-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
I was thinking whether Formulary should support rows that open a second screen.
For example selecting an item from a longer list or a multi-line text input.
Currently FormViewController is a direct descendant of UIViewController. I think that would've to change to UINavigationController in order to push new VCs.
Or maybe I am thinking "old-school" here and it would be better to allow inline rows to show a lot of content and possible manage the whole screen?
Anyway I think this affects the API design and should be discussed before any restructuring.
Reactions are currently unavailable