JP Simard
JP Simard
Asset Catalog Compiler Warnings reported by Xcode 8.3.2: ``` RealmTasks Apple/RealmTasks iOS/iOS.xcassets: The file "[email protected]" for the image set "AppIcon" does not exist. RealmTasks Apple/RealmTasks iOS/iOS.xcassets: The file "icon-ipad-40.png" for...
rather than only being able to test locally
For example, the code to create a default list if necessary and the `setupFirstSyncWorkaround()` and `setupNotifications()` functions currently have quite a bit of duplication across the Mac and iOS versions.
We used to animate nicely when pulling down to add a new item, but now that it adds it to the Realm, that animation wast lost. We should add this...
Even though sync has operational transforms and should be robust to changes, is this app? What if an item is created/deleted/modified while in the middle of an animation? Ideally we'd...
What happens when the list you're viewing on one device is deleted on another? How about an item, when you're reordering it?
This is how Clear does it, and it's quite a nice pattern. Currently, we just opt completed items out of reordering altogether.
Clear supports pulling down while editing to create another task.