forkingdog / forkingdog/UITableView-FDTemplateLayoutCell
fd_heightForCellWithIdentifier crashed on iOS 10.2
Open
- Dominant language
- Objective-C
- Stars
- 9.9k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
`fittingSize = [templateLayoutCell.contentView systemLayoutSizeFittingSize:UILayoutFittingCompressedSize];`
in function
` - (CGFloat)fd_heightForCellWithIdentifier:(NSString *)identifier configuration:(void (^)(id cell))configuration`
crashed on iOS 10.2 when using autolayout.
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_PROTECTION_FAILURE at 0x011d1b50
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
Triggered by Thread: 0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.