开发者

how can i customise the width of the cell which are the part of uitableview(grouped) in iphone?

开发者 https://www.devze.com 2022-12-26 00:07 出处:网络
How can I customise the width of cells that are the part o开发者_C百科f a uitableview(grouped) in iPhone? CGRect frame = cell.frame;

How can I customise the width of cells that are the part o开发者_C百科f a uitableview(grouped) in iPhone?


CGRect frame = cell.frame;
frame.size.width = 123f;
cell.frame = frame;


you can't, all you can do is resizing the table view and adding it as a subview to a view

0

精彩评论

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