forkingdog / forkingdog/UITableView-FDTemplateLayoutCell
fd_systemFittingHeightForConfiguratedCell UITableView.contentInset != .zero,设置cell宽度有问题吧
Open
- Dominant language
- Objective-C
- Stars
- 9.9k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
CGRect cellBounds = cell.bounds;
cellBounds.size.width = contentViewWidth;
cell.bounds = cellBounds;
如果UITableView设置contentInset,这样设置cell的宽度异常吧
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.