vicpenap / PrettyKit

PrettyKit for iOS is a small set of new widgets and UIKit subclasses that gives you a deeper UIKit customization. You will be able to change their background color, add gradients, shadows, etc.
http://vicpenap.github.com/PrettyKit
Other
1.22k stars 154 forks source link

Cannot remove an observer <DetailCellOne 0xa473470> for the key path "frame" from <UITableViewCellContentView 0xa473710> because it is not registered as an observer. #34

Open blurboy1985 opened 11 years ago

blurboy1985 commented 11 years ago

Hi, I got this error when implementing PrettyTableViewCell to both MainViewController and DetailViewController in a navigation stack.

va2ron1 commented 11 years ago

I got the same problem! What is suppose to be wrong to get this error?

mresvanis commented 11 years ago

Hi guys, if you 're using storyboards to assign PrettyTableViewCell to a cell you need to add the

method implementation to PrettyTableViewCell.m . Just add what initWithStyle:reuseIdentifier: contains and you 're good to go.

va2ron1 commented 11 years ago

Thanks, It's working now!!

sethgho commented 11 years ago

Just updated to 0.2.0 and couldn't figure out what was going wrong here. Thanks for the help.