Gallop icon indicating copy to clipboard operation
Gallop copied to clipboard

A framework for build smooth asynchronous iOS APP.

Results 28 Gallop issues
Sort by recently updated
recently updated
newest added

#252 NSInvalidArgumentException -[UIWindow presentViewController:animated:completion:]: unrecognized selector sent to instance 0x1355b0a40 StudentGrowth -[LWImageBrowser show] crash

Main Thread Checker: UI API called on a background thread: -[UIView bounds] PID: 5830, TID: 158477, Thread name: (none), Queue name: com.Gallop.LWAsyncDisplayLayer.displayQueue, QoS: 25 Backtrace:

省略号... 的位置奇怪 有时候会是每个换行的\n后面带... 有时候是中间某行 有时候是尾部

如何处理这个问题?

dispatch_async(dispatch_get_main_queue(), ^{ swself.htmlView.layout = htmlLayout; [LWActiveIncator hideInViwe:swself]; NSLog(@"%f======%f",self.htmlView.contentSize.height,self.htmlView.contentSize.width); }); 在这里获取contentsize与实际的contentsize不同

当 present 出 UIAlertController时, 界面上已经加载出来的图片全部不显示了, 直到UIAlertController消失 图片也不会再被加载出来