forkingdog / forkingdog/UITableView-FDTemplateLayoutCell
ios12 Xcode10
- Dominant language
- Objective-C
- Stars
- 9.9k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
[LayoutConstraints] Changing the translatesAutoresizingMaskIntoConstraints property of the contentView of a UITableViewCell is not supported and will result in undefined behavior, as this property is managed by the owning UITableViewCell. 真机模拟器均有此问题,Xcode9.4.1调试iOS12的真机也有这个提示,但是masonry并没有约束异常的警告打印。
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the warning on a real device and simulator using iOS 12 with Xcode 10, then inspect how UITableView-FDTemplateLayoutCell handles UITableViewCell contentView constraints. Compare the behavior with Xcode 9.4.1 and verify that the warning is resolved without introducing Masonry constraint warnings.
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
- 25/100