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
It is not supported right now and not a short-term feature. But I am open to discussion and implementing it in future releases.
How do you want it to look? Storyboards can only store views inside ViewControllers.
One possible idea is to make EAIntroView as some sort of container with pages as child views. http://stackoverflow.com/a/21946121/840588
In theory, he could do it assigning an identifier to a view controller and then messaging the instantiateViewControllerWithIdentifier: method on a UIStoryboard instance. Something like:
On the other hand, I currently have troubles with Auto Layout and Constraints for theses views within the storyboard. Starting them manually displays them fine (ex: by setting the view as initial view controller). When I load them trough EAIntroPage, sometimes, positions are ok, sometimes they are not and the behaviour changes each time I showInView (display the introduction view, without leaving the app).
I may send a PR with examples if I get something working out of it.
is it possible to show Intro With Custom View From storyboard instead of Nib(xib file) ?
The text was updated successfully, but these errors were encountered: