Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cell.contentview.bounds を試しましたが、何かを割り当てられないというエラーが発生します。誰もこれを行う方法を知っていますか?
使用tableView delegate方法:
tableView delegate
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ return 80; //returns height for the tableview cell }
1行のコードが必要です....
[tableview setRowHeight:100];