PrettyKit
PrettyKit copied to clipboard
Cannot remove an observer <DetailCellOne 0xa473470> for the key path "frame" from <UITableViewCellContentView 0xa473710> because it is not registered as an observer.
Hi, I got this error when implementing PrettyTableViewCell to both MainViewController and DetailViewController in a navigation stack.
I got the same problem! What is suppose to be wrong to get this error?
Hi guys, if you 're using storyboards to assign PrettyTableViewCell to a cell you need to add the
- (id) initWithCoder:(NSCoder *)aDecoder
method implementation to PrettyTableViewCell.m . Just add what initWithStyle:reuseIdentifier: contains and you 're good to go.
Thanks, It's working now!!
Just updated to 0.2.0 and couldn't figure out what was going wrong here. Thanks for the help.