摘要: 1.使用xib重用 //ios6 之后推荐大家使用的重用方式 //动态的使用self获得当前类名,来作为唯一的标示 NSString * identifier = NSStringFromClass([self class]); UINib * nib = [UINib nibWithNibName 阅读全文
posted @ 2016-07-12 14:23 southPalace 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 1.使用xib重用 //ios6 之后推荐大家使用的重用方式 //动态的使用self获得当前类名,来作为唯一的标示 NSString * identifier = NSStringFromClass([self class]); UINib * nib = [UINib nibWithNibName 阅读全文
posted @ 2016-07-12 14:10 southPalace 阅读(169) 评论(0) 推荐(0) 编辑