Thinking of open-sourcing the #SwiftUI framework used to build Big Mail/Big News. It recreates a bunch of ‘missing’ system UI components (toasts, menus, pickers, etc), and has some common patterns for navigation, styling, etc.
It's one package right now (BigSwiftUI) but I'm torn whether to split it up into smaller packages.
Anyone interested in a package like this? Split it up or no?
@sergpryimachuk ahh token field is very fiddly indeed. My approach in the end was to use a 'donor' UISearchTextField for spare parts.