我在tableview控制器中使用sdwebimage,我从url获取照片,在数组中存储url并在tableview单元格中显示imageview,那么如何动态设置图像大小取决于objective-c中tableviewcell中图像的大小?
答案 0 :(得分:0)
根据您的要求,阅读表格视图和覆盖的这两个委托方法。
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath;
- (CGFloat)tableView:(UITableView *)tableView estimatedHeightForRowAtIndexPath:(NSIndexPath *)indexPath
https://github.com/jurezove/dynamic-uitableviewcells/tree/master