Skip to content

Fixed iOS 13 warning

Compare
Choose a tag to compare
@futuretap futuretap released this 08 Apr 16:21
· 259 commits to master since this release
Fixed iOS 13 runtime warning #428

using reloadRows in viewWillAppear triggers a UITableViewAlertForLayoutOutsideViewHierarchy warning;
resolved by using reloadData instead;
deselection animation is now started at the end of the transition not alongside of it;