forkingdog / forkingdog/UITableView-FDTemplateLayoutCell

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

Open
#418 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.