摘要: #import @interface TestCell : UITableViewCell @property(nonatomic,copy)NSString *content; /** * 标记行是否被选中 */ @property(nonatomic,assign)BOOL isChecked; @end #import "TestCell.h" @interface TestCe... 阅读全文
posted @ 2016-08-26 17:12 曹县三胖暴打大猩猩 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 1:自定义Cell中的代码 #import <UIKit/UIKit.h> @interface TestCell : UITableViewCell @property(nonatomic,copy)NSString *content; /** * 标记行是否被选中 */ @property(no 阅读全文
posted @ 2016-08-26 16:32 曹县三胖暴打大猩猩 阅读(500) 评论(0) 推荐(0) 编辑