秋叶红

Results 11 issues of 秋叶红

Cannot initialize a parameter of type 'id _Nonnull' with an rvalue of type 'Class'

`#define SQLITE_VERSION "3.15.2" #define SQLITE_VERSION_NUMBER 3015002 #define SQLITE_SOURCE_ID "2016-11-28 19:13:37 bbd85d235f7037c6a033a9690534391ffeacecc8"`

兼容m3u8 我改了端口号,由于模拟器上看跑 会和系统的端口号 80 冲突, 所以端口号改为了 8089 其他关于 非代码的改动你们自己再进行修改即可

``` // 初始化应用 Future initPlatformState() async { if (defaultTargetPlatform == TargetPlatform.android) { await [Permission.microphone, Permission.camera].request(); } var APP_ID = Constant.agoraAppId; // 创建 RTC 客户端实例 RtcEngineContext context = RtcEngineContext(APP_ID); var engine...

支持iOS 更高版本

Assertion failure in -[AuraPura.CommunityPagerViewCell _preferredLayoutAttributesFittingAttributes:isAnimatingExistingView:], UICollectionViewCell.m:739 为了一个立方体动画, 我crash 了无数次

可以把 segmentCtlView 这个属性改成 public var segmentCtlView = LLSegmentedControl(frame: CGRect.zero, tabBarItems: [UITabBarItem]()) 么, 允许外部自定义这个层view