I've seen many people say that #SwiftUI locks you in and limits what you can do, but I find the opposite to be true.
It's much easier for me to build native-feeling, fully custom UI components in SwiftUI than with UIKit/AppKit.
Here's an example of a picker-style UI in an upcoming app we're building that allows for multiple consecutive options to be selected at once. It responds to tap and swipe gestures just like the system picker.


