开发者

Code for the expansion and contraction of the table view cell to display the text of a particular cell in iphone?

开发者 https://www.devze.com 2023-01-05 20:50 出处:网络
Can any one give m开发者_StackOverflow社区e the code for theexpansion and contraction of the table view cell to display the text of a particular cell in iphone.If you want variable heights for your ta

Can any one give m开发者_StackOverflow社区e the code for the expansion and contraction of the table view cell to display the text of a particular cell in iphone.


If you want variable heights for your table cells you will need to look into:

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

But your question isn't clear enough to know for sure what you at trying to do.

0

精彩评论

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