I’m new to iOS, clearly. I’m looking for either a tutorial or something of the like, that shows me how to create a gray overlay that tells the user how to use the application. It’s largely driven by touch, so I’d like to tell the user where to touch the first time they use the application to do specific things. Thanks for the help!
Also, for general questions like this, am I posting in the correct section of stackoverflow?
Take a look at the same question of mine – Create click-through overlay instruction view
Your question has nothing to do with
UIActivityIndicator, though.In your
AppDelegateyou can declare wether it should be shown only at the first time the user opened the app. It can be anything you like. Good luck!