你的位置:首页 > 软件开发 > 操作系统 > UITableView多选全选

UITableView多选全选

发布时间:2015-05-27 12:00:49
自定义cell和取到相应的cell就行了TableViewCell.h#import <UIKit/UIKit.h>@interface TableViewCell : UITableViewCell { BOOL _checked; UIImageView *_ ...

自定义cell和取到相应的cell就行了

TableViewCell.h

#import <UIKit/UIKit.h>@interface TableViewCell : UITableViewCell {  BOOL _checked;  UIImageView *_checkedImage;}- (void)setChecked:(BOOL)checked;@end

原标题:UITableView多选全选

关键词:ie

ie
*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。