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

viewWillAppear Doesn't work? #33

Open
codinglearning opened this issue May 30, 2015 · 2 comments
Open

viewWillAppear Doesn't work? #33

codinglearning opened this issue May 30, 2015 · 2 comments

Comments

@codinglearning
Copy link

No description provided.

@alexcosmin
Copy link

It appears that the lifecycle methods (except viewDidLoad) are not being called on the children controllers of SLPagingViewController.
Also, setting a delegate to self in any child controller crashes the app.
The children controllers are not retained properly? Does anyone know how to fix this problem?

@michal-czw
Copy link

@StefanLage There's a wrong method call in SLPagingViewController in line 183. In viewWillAppear you call NSSelectorFromString(@"viewDidAppear:")

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

3 participants