01 2015 档案

摘要:最新用UICollectionView遇到挺多坑,差点让我废寝忘食了,虽然UICollectionView 逼格比UITableView高,但是真正想定制起来,特别是刚开始是用,真麻痹的到处都是坑,弄了一天时间指导如何定制每个Cell的size,这里用的是UICollectionViewDelega... 阅读全文
posted @ 2015-01-27 11:09 南望青天 阅读(1930) 评论(0) 推荐(0)
摘要:使用Sb对UICollectionViewCell的内容进行Autolayout约束时候,发现了一个Xcode6.01的BUG,就是你对UICollectionCell约束完了之后,在模拟器上现实的Label是居中,但是真机显示的确实不是居中,后来Google了一下,发现了问题,这是因为使用ios8... 阅读全文
posted @ 2015-01-22 09:51 南望青天 阅读(2275) 评论(0) 推荐(1)
摘要:Xcode Consolu打印出来的提示:An instance 0x156608c0 of class AVPlayer was deallocated while key value observers were still registered with it. Observation inf... 阅读全文
posted @ 2015-01-19 10:41 南望青天 阅读(8482) 评论(0) 推荐(0)
摘要:使用Storyboard时出现以下警告:warning: Unsupported Configuration: Scene is unreachable due to lack of entry points and does not have an identifier for runtime a... 阅读全文
posted @ 2015-01-18 21:50 南望青天 阅读(257) 评论(0) 推荐(0)