I am wondering how I can add an image to the app that overlays the whole screen with information about the app itself.
This are the requirements:
- Only show once on first start
- Cover the whole screen (including tabbar and navigationbar)
- When user clicks on image, it should fade away and never appear again ;)
Example (Only found one on iPad, although I need it for the iPhone):
How can I do this? Are there any free frameworks I can use? Any hints, information or links are much appreciated.