help in animating table view once
Hey guys I am trying a fade animation on table view, the table view rows are supposed to render one after the other while fading in
I am using the code above, the current problem is every time I scroll table the cells start animating
PS: I have tried using a boolean variable in in viewDidLoad and passing it to check whether the animation should stop but, yet it doesn' t work
0 Replies