您的位置:首页 > 产品设计 > UI/UE

iPhone开发--uitableview

2013-10-18 11:22 375 查看
设置tableview属性:

_tableView.transform = CGAffineTransformMakeRotation(-M_PI / 2);

设置cell属性

cell.contentView.transform = CGAffineTransformMakeRotation(M_PI / 2);

//改变换行线颜色lyttzx.com
myTableView_.separatorColor = [UIColor blueColor];

tableview
取消高亮 [deselectrow at index path:animation]

绑定方法 [self perfotmselector: with object:nil after delay:0.5f]

//亚麻效果 [UIColor scrollViewTexturedBackgroundColor];
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: