摘要:
设置Id属性,标记是哪个cell@property (nonatomic,assign)NSInteger Id;设置一个普通状态和选中状态图片不同的按钮 _choose = [[UIButton alloc]init]; [_choose setImage:[UIImage ima... 阅读全文
posted @ 2015-05-27 12:00
幻想无极
阅读(1253)
评论(2)
推荐(1)
摘要:
原文链接:http://www.cnblogs.com/jerehedu/p/4527707.html效果图:CaptchaView.h@interface CaptchaView : UIView@property (nonatomic, retain) NSArray *changeArray;... 阅读全文
posted @ 2015-05-27 00:46
幻想无极
阅读(1174)
评论(0)
推荐(0)
摘要:
自定义cell和取到相应的cell就行了TableViewCell.h#import @interface TableViewCell : UITableViewCell { BOOL _checked; UIImageView *_checkedImage;}- (void)setCh... 阅读全文
posted @ 2015-05-27 00:07
幻想无极
阅读(3410)
评论(9)
推荐(0)