I am trying to start the animation inside a UITableViewCell, but it will not start unless I do something stupid. The code is called, but the animation just does nothing. If I delay it by placing it in dispatch_async , then it will work. Why is this happening? What do I need to wait to start the animation?
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath { if(mNeedsAnimation) {
source share