Less is better
This drops the "custom" presentation modifiers for sheets and navigations (presentAsSheet
and presentInNavigation
) as per issue #3. Most users are going to use the "auto presentation" (or PushLink
) anyways.
A user can still present w/ the .custom
mode, but to perform the presentation, a respective .sheet
or NavigationLink(isActive:)
needs to be used (alongside the bindings offered by ViewController
.