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
When calling the method public func reload(with animation: UITableView.RowAnimation = .automatic)
it looks that the parameter animation is being ignored of. If you set, for example, animation .left in the TableViewManager and try to reload an item with animation .top, the item reloads but with .left animation
The text was updated successfully, but these errors were encountered:
When calling the method
public func reload(with animation: UITableView.RowAnimation = .automatic)
it looks that the parameter animation is being ignored of. If you set, for example, animation
.left
in the TableViewManager and try to reload an item with animation.top
, the item reloads but with.left
animationThe text was updated successfully, but these errors were encountered: