Loading video...
Video Failed to Load
iOS 26 Apple Maps Bottom Sheet Interaction Using SwiftUI | Xcode 26
19,972 views • 1 year ago •via X (Twitter)
5 Comments

The animations of that look REALLY smooth. Nice!

hiring an iOS engineer - consumer AI app, 1M+ users - fully SwiftUI, shipping weekly - first iOS hire outside founding team - remote and part-time are ok comment or dm if interested!

A little tip and something I recommend you doing if you don't already. Preload your iOS keyboard. When entering an onboarding or any screen where the keyboard focuses on enter there is nothing more jaring than when the keyboard takes a bit longer to show. You can avoid this by preloading the keyboard. If you are using a keyboard manager with weak observers you may want to add in a preloading lock in place to avoid triggering observers of UI code while this happens. (Noticed in iOS 26 this can cause some weird cases otherwise) Example of how I usually do it: I've seen people also do this in a UIResponder extension also.

One reason I love SF Symbols is that they’re customizable.

Currently learning so much about localization.
