Show and Fade UIImageView after 2 Seconds
Posted
by
user1536432
on Stack Overflow
See other posts from Stack Overflow
or by user1536432
Published on 2012-09-17T21:35:43Z
Indexed on
2012/09/17
21:37 UTC
Read the original article
Hit count: 198
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.
© Stack Overflow or respective owner