码迷,mamicode.com
首页 >  
搜索关键字:tableview    ( 2243个结果
iOS7上在xib中使用UITableViewController设置背景色bug
今天用xcode5.1设置xib中,用静态的方式设置UITableViewController中的tableview,把tableview中的backgroundColor改变后,xib上有效果,但是一运行就变成了透明色,在过渡动画时,都可以看到背面的view!见下面截图后来在viewdidload...
分类:移动开发   时间:2014-04-30 00:57:28    阅读次数:757
iOS- 如何改变section header
希望这个从UITableViewDelegate协议里得到的方法可以对你有所帮助:- (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section { UIView *headerVi....
分类:移动开发   时间:2014-04-29 23:10:47    阅读次数:809
ios-表视图-demo-自定义cell和心得
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ static NSString *cellindentifier=@"...
分类:移动开发   时间:2014-04-29 19:55:42    阅读次数:604
2243条   上一页 1 ... 223 224 225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!