开发者

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

开发者 https://www.devze.com 2022-12-25 14:04 出处:网络
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 differen

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

精彩评论

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