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

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 this issue Oct 25, 2012 · 4 comments

Comments

@blurboy1985
Copy link

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

@va2ron1
Copy link

va2ron1 commented Oct 25, 2012

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

@mresvanis
Copy link

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.

@va2ron1
Copy link

va2ron1 commented Nov 8, 2012

Thanks, It's working now!!

@sethgho
Copy link
Contributor

sethgho commented Feb 10, 2013

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

alexandreos added a commit to alexandreos/PrettyKit that referenced this issue Aug 16, 2013
Fixed support for cell instantiation from storyboard.
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

4 participants