SLPagingView
SLPagingView copied to clipboard
viewWillAppear Doesn't work?
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?
@StefanLage There's a wrong method call in SLPagingViewController in line 183. In viewWillAppear you call NSSelectorFromString(@"viewDidAppear:")