摘要:
1、UIScrollView及其子类在IOS 11之前的版本UI显示完全正常,但是在IOS 11上面会显示奇葩的界面。 (1)先看一下UITablevIew。 原本在VC里面的automaticallyAdjustsScrollViewInsets竟然过期了,在IOS 11下 APPLE推荐使用UI 阅读全文
摘要:
func parentViewController() -> UIViewController? { let n = next while n != nil { let controller = next?.next if (controller is UIViewController) { ret 阅读全文
摘要:
详细见参考链接吧, 其他不多说了. 适配iOS11&iPhoneX的一些坑 http://www.cocoachina.com/ios/20170921/20623.html http://www.jianshu.com/p/26fc39135c34 http://www.jianshu.com/p 阅读全文