摘要: Framework search path: where to searchframeworks(.frameworkbundles) in addition to system frameworks paths. Not used very much in iOS development, off... 阅读全文
posted @ 2015-04-22 16:09 itlover2013 阅读(308) 评论(0) 推荐(0) 编辑
摘要: MPMoviePlayerController 并不是继承自 UIViewControllerSDK 中的例子使用的是 addSubviews 的方式来添加 MPMoviePlayerController.view在 UIWebView 中响应事件,然后调用 [MPMoviePlayerContro... 阅读全文
posted @ 2015-04-22 15:59 itlover2013 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 背景在ios开发过程中,有时候会用到第三方的静态库(.a文件),然后导入后发现编译正常但运行时会出现selector not recognized的错误,从而导致app闪退。接着仔细阅读库文件的说明文档,你可能会在文档中发现诸如在Other Linker Flags中加入-ObjC或者-all_lo... 阅读全文
posted @ 2015-04-22 15:43 itlover2013 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 在用UICollectionView展示数据时,有时我们希望将cell的间距调成一个我们想要的值,然后查API可以看到有这么一个属性:- (CGFloat)minimumInteritemSpacing { return 0;}然而很多情况下我们会发现,这样写不能满足我们的要求,cell之间仍... 阅读全文
posted @ 2015-04-22 02:11 itlover2013 阅读(1217) 评论(0) 推荐(0) 编辑