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
{{ message }}
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.
When calling cell.stopAnimating() and cell.startAnimating() rather than doing them for individual cells it calls for all cells in the table view. Can we have this affect each cell individually?
The text was updated successfully, but these errors were encountered:
chuninator
changed the title
SYTableViewCell Animate and StopAnimate
SYTableViewCell stopAnimating and startAnimating?
Sep 30, 2017
chuninator
changed the title
SYTableViewCell stopAnimating and startAnimating?
SYTableViewCell stopAnimating and startAnimating
Sep 30, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When calling
cell.stopAnimating()
andcell.startAnimating()
rather than doing them for individual cells it calls for all cells in the table view. Can we have this affect each cell individually?The text was updated successfully, but these errors were encountered: