Hey,
I'm looking to copy the effect used for when you change the volume on your iPhone. I have a UIImageView which I set to hidden, then show it at certain times during my application for a second or two at a time. Rather than it abruptly appearing and then disappearing, I would like it to fade out in a similar fashion to the iphone volume icon.
I took a look at the ViewTransitions sample code but that just seems to handle fading from one view into another - what's the best approach to fade out a single view so it is hidden?
Thanks for your time,
-Ross
I'm looking to copy the effect used for when you change the volume on your iPhone. I have a UIImageView which I set to hidden, then show it at certain times during my application for a second or two at a time. Rather than it abruptly appearing and then disappearing, I would like it to fade out in a similar fashion to the iphone volume icon.
I took a look at the ViewTransitions sample code but that just seems to handle fading from one view into another - what's the best approach to fade out a single view so it is hidden?
Thanks for your time,
-Ross