开发者

how can i change the size of (particular one)cell which is the part of uitableview(grouped) iphone?

how can i change the size of (particular one)cell which is the part of uitableview(grou开发者_如何学Cped) iphone ?


You can only change the height of the cell in UiTableView. (i.e. you can give different height for different cell) But can't change the width for any particular cell.

You can use this delegate method to change the height of cell

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜