Show UIView for app presentation only once in iOS

Posted by André Muniz on Stack Overflow See other posts from Stack Overflow or by André Muniz
Published on 2014-08-22T16:15:21Z Indexed on 2014/08/22 16:20 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

I need to show an UIScrollView with some pages for present the app to user when launched for the first time. My slides are working correctly, lefting the logic to present it. Is a good practice to set the UIScrollViewController as root controller and set a NSUserDefault variable to control the presentation and redirect to main controller or set the main ViewController as root normally and call the presentation view if needed is a better approach? If there is a better way to do this can someone help? Thanks.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone