摘要: ``` if (@available(iOS 11.0, *)) { self.mainTableView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; } else { self.automaticallyAdjustsScrollViewInse... 阅读全文
posted @ 2019-10-22 11:00 qqcc1388 阅读(697) 评论(0) 推荐(0)
摘要: Xcode升级到Xcode10.0后,由于去掉陈旧的libstdc++库替换为libc++,libc++相对是苹果最新版的C++库,经过优化并全面支持C++11 下载libstdc++库,链接: https://pan.baidu.com/s/1WrgPMwVwkyH3LD Mxn3FrQ&shfl 阅读全文
posted @ 2019-10-22 09:41 qqcc1388 阅读(1069) 评论(0) 推荐(0)