VC just snaps into place
Bug Report Dump (Auto-generated)
Version 1.12.0 (1063) Device: iPhone 7 Plus (iOS 11.0.3) TestFlight: false
This is somehow related to calling adapter.performUpdates(animated: false). When I set animated to true or I replace it with adapter.reloadData(completion: nil) the push is animated correctly. Seems like an IGListKit bug?
Aha! It鈥檚 cause we disable global animations! Great find. Idk if it鈥檚 a bug in IGListKit, but we can fix this ourselves.
Sent with GitHawk
@joerocca which call did you change to false to get it to start working? Digging atm, but confused what is tripping the animation up.
@rnystrom I actually changed these calls to true. Wasn't sure how to fix this, but curious to know if you do!
https://github.com/rnystrom/GitHawk/blob/master/Classes/Search/SearchViewController.swift#L288
https://github.com/rnystrom/GitHawk/blob/master/Classes/Search/SearchViewController.swift#L330
Aha right, awesome
Sent with GitHawk
Most helpful comment
Aha! It鈥檚 cause we disable global animations! Great find. Idk if it鈥檚 a bug in IGListKit, but we can fix this ourselves.
Sent with GitHawk