You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question: for some other reasons, after 3/4 secs after my UITableView appear, I do some reloadData of the table.
But everytime I call it, it re-perform the animation effect, which isn't nice. Is there any way I can prevent it from animate when calling specific [tab reloadData]?
Thanks.
The text was updated successfully, but these errors were encountered:
This is an expected behavior since we're hooking to tableView:willDisplayCell:forRowAtIndexPath:.
However I guess this could be avoided by setting a nil transform prior to reloading your data. Something along the lines of :
Hello,
congrats for the excellent work!
I have a question: for some other reasons, after 3/4 secs after my UITableView appear, I do some reloadData of the table.
But everytime I call it, it re-perform the animation effect, which isn't nice. Is there any way I can prevent it from animate when calling specific [tab reloadData]?
Thanks.
The text was updated successfully, but these errors were encountered: