forkingdog / forkingdog/UITableView-FDTemplateLayoutCell
self.tableView.editing = !self.tableView.editing; bug
Open
needs clarification
- Dominant language
- Objective-C
- Stars
- 9.9k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
self.tableView.editing = !self.tableView.editing;
cell 的高度计算有问题。lable 的宽度是不能自适应。
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue around `self.tableView.editing = !self.tableView.editing;` and inspect how cell height is calculated when the label width is not adaptive. No file or test is named, so first locate the table-view cell sizing entry points and determine whether editing changes the layout. Done means the label width adapts correctly and the cell height remains correct in both editing states.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- objective-c
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100