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
First off great library. I wanted to add a point to this issue.
A demo of the different setups in a tableView is great and makes sense but It would also be nice to see a proper implementation.
For example:
Do we create a ViewController just view BEFORE our mainViewController or does this go on top of our mainViewController and just gets dismissed? Actually not sure about the proper way on this one.
Also a way to log first login so this doesn't appear currently. Currently I do this using NSUserDefaults and checking against it in my didFinishLaunchingWithOptions method.
Thanks for suggestions. For 2 question your solution is ok. For 1 it really depends on your application UI and your code structure. In most cases you can present intro on your top root viewcontroller (tab bar controller, for example) or login view controller with animateDuration = 0 in viewDidLoad.
But better call it from your "router" object. For example, when you're creating root tab bar controller there, check NSUserDefaults and add EAIntroView on top of it if needed. In this case AppDelegate will just do something like
Need beautiful demo with examples of most features.
The text was updated successfully, but these errors were encountered: