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
Hello, your library is great to use and greatly reduces the effort of scrolling vertical layouts. This code is elegant, clean, and organized.👍🏻
When the view is removed and the animation is finished, I need to do something, and I think it makes sense to add an animation completion callback, like this: open func removeRow(index: Int, animated: Bool = false, completion: (() -> Void)? = nil)
The text was updated successfully, but these errors were encountered:
Hello, your library is great to use and greatly reduces the effort of scrolling vertical layouts. This code is elegant, clean, and organized.👍🏻
When the view is removed and the animation is finished, I need to do something, and I think it makes sense to add an animation completion callback, like this:
open func removeRow(index: Int, animated: Bool = false, completion: (() -> Void)? = nil)
The text was updated successfully, but these errors were encountered: