realm / realm-tasks

To Do app built with Realm, inspired by Clear for iOS
Other
369 stars 71 forks source link

"Warm up" top/bottom view controllers to avoid stutter when overscrolling for nav #123

Open jpsim opened 8 years ago

jpsim commented 8 years ago

There's a stutter right now when creating & adding the next view controller to navigate to during overscrolling. This should be avoided by creating the view controllers up-front. This will still block the UI thread for a small fraction of a second, but at least it won't be during user interaction since the view controller will have just appeared.