摘要: @interface MyCellTableViewCell : UITableViewCell //在单元格中添加子视图 @property (strong,nonatomic) UILabel *MyLable; //为子视图赋值 -(void)setCellinfo:(NSDictionary 阅读全文
posted @ 2016-03-18 21:53 原码 阅读(217) 评论(0) 推荐(0)