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

viewDidAppear is not called #25

Closed
alper opened this issue Mar 9, 2014 · 2 comments
Closed

viewDidAppear is not called #25

alper opened this issue Mar 9, 2014 · 2 comments

Comments

@alper
Copy link

alper commented Mar 9, 2014

I tried implementing this, but the viewDidAppear is not called in my code (viewWillAppear is called however).

This causes the

    self.isViewVisible = YES;

not to go through and makes the rest of the code not work. The KVO callback for contentOffset returns without doing anything if isViewVisible is false.

Am I doing anything wrong? I'm stumped by the fact that it would call viewWillAppear and not viewDidAppear.

@inamiy
Copy link
Owner

inamiy commented Mar 10, 2014

-viewDidAppear: seems to work fine in current demo project.
Can you add the code and reproduce the same bug?

@alper
Copy link
Author

alper commented Mar 10, 2014

It turns out my class was not calling viewDidAppear. Thanks!

@alper alper closed this as completed Mar 10, 2014
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

2 participants