1. WWDC 2020 Summary

    iOS 14

    • App Library home screen
    • Widgets - in home screens and Today view, Smart Stacks, nice ripple animation when dropped
    • Video picture-in-picture, drag to side to hide
    • Translate app
    • Siri
      • Compact design, non-fullscreen modal
      • Dictation on device
    • Messages
      • Conversation pins
      • Inline replies
      • Notifications only for @mentions
      • Group photo
    • Maps
      • Place …

    READ MORE »

  2. iOS 13 - ARKit 3 and RealityKit

    ARKit 3 adds 1) automatic real-time occlusion of people and 2) real-time motion capture

    RealityKit is part of ARKit. Lets developer blend and auto-scale virtual objects with the real world environment. Photorealistic rendering, animations, physics, audio effects.

    Reality Composer lets developers create interactive scenes with AR support. Virtual objects library …

    READ MORE »

  3. Simple Principles of iOS Development

    Random thoughts/notes from a recent dev discussion about writing code as a team and maintaining that code over time:

    • Write code with the expectation that you and your team will have to change that code. Often.
    • So don't over-architect something.
    • Proper amount of unit tests, not 100% coverage goal …

    READ MORE »

  4. Checklist for New iOS Apps

    • Accessibility
    • Voice over
    • Dark mode
    • Multiple windows
    • iPad support
    • Reading direction
    • Localization
    • Dynamic type
    • Push extension
    • Home screen actions
    • Share extension

Page 1 / 29 »