码迷,mamicode.com
首页 > 其他好文 > 详细

UITableViewCell的链接

时间:2014-09-30 17:29:29      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   ar   sp   art   c   

UITableViewCell的标记、移动、删除、插入

UIImageView* arrowView = [[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"disclosureIndicator.png"]] autorelease];
arrowView.highlightedImage = [UIImage imageNamed:@"disclosureIndicatorSelected.png"];
cell.accessoryView = arrowView;

UITableViewCell的链接

标签:style   blog   http   color   os   ar   sp   art   c   

原文地址:http://www.cnblogs.com/dqxu/p/4002048.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!