L
L
lubimow2013-09-24 15:42:34
iOS
lubimow, 2013-09-24 15:42:34

How to make popup image in xcode?

When starting the application, it is necessary to show a picture indicating that the program is controlled by gestures.
And what would appear once at startup
Tell me the recipe)
Thank you)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Storozhev, 2013-09-24
@lubimow

If one picture is not enough, then there are ready-made controls for this, some are available in cocoapods
www.cocoacontrols.com/controls/eintroview
www.cocoacontrols.com/controls/myintroductionview
www.cocoacontrols.com/controls/kxintro
www.cocoacontrols.com/controls /path-intro-view

M
Makaveli, 2013-09-24
@Makaveli

1. At startup, for example, in the first ViewController, which is loaded first when you start the application, create a UIImageView with your picture in the code and show it. The picture itself must be already imported inside the project.
2. Next, you can hang a touch event on the picture, according to which the image is removed
3. Remember that the picture has already been shown. For example, in NSUserDefaults, and add a check to see if you showed this image in step 1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question