2013年4月1日星期一

dyld: Symbol not found: _UICollectionElementKindSectionHeader

程序在simulator上没有问题
但在 ios 5.1的device上就报错



实际上是 UICollectionView 的 SupplementaryElement 分 kind,虽然 UICollectionElementKindSectionHeader 是 SupplementaryElement 的一种kind,但使用了 UICollectionElementKindSectionHeader 就导致了错误。


UICollectionElementKindSectionHeader 是 string



NSString *const PSTCollectionElementKindSectionHeader = @"UICollectionElementKindSectionHeader";
NSString *const PSTCollectionElementKindSectionFooter = @"UICollectionElementKindSectionFooter";


没有评论:

发表评论