开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜