How do I animate a UIButton in a UITableView?
Posted
by Ryan Lopez
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Lopez
Published on 2010-06-15T17:00:26Z
Indexed on
2010/06/15
17:02 UTC
Read the original article
Hit count: 189
I currently have a UITableView with each cell containing four UIButtons. I am placing an image for each button with a downloaded picture from online. I'd like to have the button fade in when the image is finished downloading. I know I can animate in the viewDidLoad, but I assign the image in the cellForRowAtIndex function. How do I go about animating just the UIButton at a later point in time when I update the UIButton with the image?
© Stack Overflow or respective owner