开发者

UITableView separator problem

mailSubscritionTable.separatorColor = [UIColor blueColor];


- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {

    return 5;

}

but, i get more then se开发者_开发技巧parator here , i want that only 5 separator will shown.


It's super easy:

tableView.tableFooterView = [[[UIView alloc] init] autorelease];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜