forkingdog / UITableView-FDTemplateLayoutCell

Template auto layout cell for automatically UITableViewCell height calculating
MIT License
9.94k stars 2.01k forks source link

fd_systemFittingHeightForConfiguratedCell UITableView.contentInset != .zero,设置cell宽度有问题吧 #418

Open wrxdz opened 2 years ago

wrxdz commented 2 years ago

CGRect cellBounds = cell.bounds; cellBounds.size.width = contentViewWidth; cell.bounds = cellBounds; 如果UITableView设置contentInset,这样设置cell的宽度异常吧