Hi I want to implement a general fade and reveal algorithm for a mix of UIButtons and UILabels for iPhone. I set the method to receive the object as id.
But I don’t know how to get and set the alpha values for id objects.
I first tried myObject.alpha and then tried [myObject getAlpha] but Xcode says getAlpha method is not found. Anyone knows how to get the alpha value of an id object or recommend another way to do this?
try core Animation
thanks.