You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2021. It is now read-only.
I initialize and add the MHYahooParallaxView to my view controller in the viewDidLoad method.
This works just fine but I am not able to load right into a certain index. The only method I found to be working is to set setCurrentIndex: in the viewDidAppear method but this ways the user still sees the first index first and shortly after the selected index is loaded. Setting setCurrentIndex: in viewWillAppear: does not work.
Am I missing something or should this be a feature request?
Thanks!
The text was updated successfully, but these errors were encountered:
I initialize and add the
MHYahooParallaxView
to my view controller in theviewDidLoad
method.This works just fine but I am not able to load right into a certain index. The only method I found to be working is to set
setCurrentIndex:
in theviewDidAppear
method but this ways the user still sees the first index first and shortly after the selected index is loaded. SettingsetCurrentIndex:
inviewWillAppear:
does not work.Am I missing something or should this be a feature request?
Thanks!
The text was updated successfully, but these errors were encountered: