会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
DevoutSoul
博客园
首页
新随笔
联系
订阅
管理
2015年12月14日
移动cell的位置
摘要: -(UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath{ return UITableViewCellEdi...
阅读全文
posted @ 2015-12-14 10:45 DevoutSoul
阅读(327)
评论(0)
推荐(0)
2015年12月11日
圆角的tableView
摘要: ---恢复内容开始---效果:实现原理,先画一个矩形,把这个矩形当作tableView的mask;代码://画一个圆角的矩形- (void)drawRect:(CGRect)rect { //获取当前上下文 CGContextRef context = UIGraphicsGetCurr...
阅读全文
posted @ 2015-12-11 11:03 DevoutSoul
阅读(844)
评论(0)
推荐(0)
2015年12月10日
TableViewCell自定义折叠
摘要: ---恢复内容开始---主要是通过两个代理方法:- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { if ([[self.selectArray...
阅读全文
posted @ 2015-12-10 16:55 DevoutSoul
阅读(264)
评论(0)
推荐(0)
公告
点击右上角即可分享