I am working on a notification system in my iPhone game and want an image to pop up on the screen and automatically fade after 2 seconds.
- User clicks a button that calls the method "popupImage"
- An image appears on the screen in a designated spot, it doesn't need to fade in
- The image fades out by itself after being on the screen for 2 seconds.
Is there any way of doing this? Thanks ahead of time.