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
First, thanks for sharing this framework, its really great!
Have a question for you all. I was looking into the code framework to see how it would be the best way to animate the rows insertions and found that there is a private method called refreshTableSections:oldSections, with a default argument nil.
This functions has a guard statement that always calls reloadData() if the argument is nil.
All the places that call refreshTableSections in the framework call it with the default argument nil, never passing the oldSections. So the function never runs completely and as a private function I can't cal it from outside.
It this right? how can i refresh only some rows, to animate insertion?
First, thanks for sharing this framework, its really great!
Have a question for you all. I was looking into the code framework to see how it would be the best way to animate the rows insertions and found that there is a private method called refreshTableSections:oldSections, with a default argument nil.
This functions has a guard statement that always calls reloadData() if the argument is nil.
All the places that call refreshTableSections in the framework call it with the default argument nil, never passing the oldSections. So the function never runs completely and as a private function I can't cal it from outside.
It this right? how can i refresh only some rows, to animate insertion?
Thanks!
Thanks! 👍
The text was updated successfully, but these errors were encountered: