Tag: iOS
-
Book Binder Update
My comic book collection iOS app continues to evolve. I continue to strip out features and focus on the core mission: Buy a comic, snap a photo, add it to your collection. With that in mind the UX now looks a lot like a photo app that has been preconfigured for storing comic book metadata.…
-
Notes on NSUserPreferences
You can set and get NSUserPreferences from any view controller and the app delegate to they are a great way to pass data around the various parts of your iOS App. Note: NSUserPreferences don’t cross the iOS/watchOS boundry. iOS and watchOS apps each have their own set of NSUserPreferences. In the example below you have…