semnyqu

Results 19 comments of semnyqu

貌似会有顶部透明透到下一个页面的情况,状态栏那一块是透明的但是,splash dialog却没有铺满整屏

哪个第三方库导致,能说明下使用场景吗,我也碰到类似的

感觉是 HandyAutoLayout.podspec 没更新吧

这个看下,是否能解决问题 https://stackoverflow.com/questions/61455103/ld-library-not-found-for-lrctanimation

@huainanzi 使用pod XAspect在我自己的项目中调用的,很简单,按照demo使用方案就可以; 如果说是demo怎么运行得具体错误分析?

Use pod 'TSMessages', '~> 0.9.12' [;2017-09-21 10:55:17.799 Test[26816:1413898] *** Assertion failure in +[TSMessageView notificationDesign], *****/Test/Pods/TSMessages/Pod/Classes/TSMessageView.m:68 2017-09-21 10:55:18.045 Test[26816:1413898] invalid mode 'kCFRunLoopCommonModes' provided to CFRunLoopRunSpecific - break on _CFRunLoopError_RunCalledWithInvalidMode to debug....

NSString *path = [[NSBundle mainBundle] pathForResource:TSDesignFileName ofType:@"json"]; NSData *data = [NSData dataWithContentsOfFile:path]; NSAssert(data != nil, @"Could not read TSMessages config file from main bundle with name %@.json", TSDesignFileName); crash use...

其实不用这么麻烦,可以直接获取高度,我已经在另外的分支改了测试过 SQNavigationBar