eamon

Results 5 comments of eamon

It's also happening to me only on iOS 14, solved my problem after setting it ```swift if #available(iOS 11.0, *) { tableView.contentInsetAdjustmentBehavior = .never } else { automaticallyAdjustsScrollViewInsets = false...

好久没更新了,哈哈。看错误日志好像是cocoapods的问题,试多几次pod install 或者 pod update 就好了

Thanks for your comments, I will solve the problem as soon as possible 发自我的 iPhone > 在 2017年2月6日,下午7:00,Lucas Lin 写道: > > As title. > > — > You are...

将```iOS Deployment target```设置iOS9.0试试

刚刚调试了一下,不会闪退啊,请问下你是用模拟器还是真机运行的?