05 2018 档案

摘要:这个问题在之前的 iOS 10 上是没有的,iOS 11 新出之后才出现。在使用了- collectionView: viewForSupplementaryElementOfKind: atIndexPath:的 UICollectionView 页面中,滑动页面的时候滚动条会被 HeaderVi 阅读全文
posted @ 2018-05-16 09:36 樊特西style 阅读(1065) 评论(0) 推荐(0)
摘要:https://github.com/allenhsu/NSDictionary-NilSafe 阅读全文
posted @ 2018-05-15 09:10 樊特西style 阅读(250) 评论(0) 推荐(0)
摘要:AVURLAsset *avAsset = [AVURLAsset URLAssetWithURL:[NSURL fileURLWithPath:path] options:nil]; NSArray *compatiblePresets = [AVAssetExportSession export 阅读全文
posted @ 2018-05-14 10:34 樊特西style