Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crashed in iOS 7.0 #155

Closed
ouyongyong opened this issue Jan 7, 2016 · 6 comments
Closed

crashed in iOS 7.0 #155

ouyongyong opened this issue Jan 7, 2016 · 6 comments

Comments

@ouyongyong
Copy link

*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ valueForUndefinedKey:]: this class is not key value coding-compliant for the key _separatorHeight.'

and crashed in this line
[UITableView(FDTemplateLayoutCell) fd_heightForCellWithIdentifier:configuration:]

@neil-wu
Copy link

neil-wu commented Jan 8, 2016

Yep, release 1.4 crash in iOS7

@sunnyxx
Copy link
Member

sunnyxx commented Jan 8, 2016

@ouyongyong @neil-wu exactly 7.0 crash? I'm testing with an iOS 7.1 device.

@idealx
Copy link

idealx commented Jan 8, 2016

@sunnyxx Yes, exactly 7.0 crash.

@idealx
Copy link

idealx commented Jan 8, 2016

In iOS 7.0, UITableViewCell has no private property '_separatorHeight', should use the way of 1.3 to get cell separatorHeight: 1.0 / [UIScreen mainScreen].scale.

@sunnyxx
Copy link
Member

sunnyxx commented Jan 9, 2016

updated, re-pod install 1.4 please.

@sunnyxx sunnyxx closed this as completed Jan 9, 2016
@xilin
Copy link

xilin commented Jan 28, 2016

@sunnyxx Maybe it is better to update the version number? I've use version 1.4 previously. And when I tried pod update/pod install again, the code didn't change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants