Okay, SwiftUI question for you iOS devs: is there any reason why I shouldn’t expect that adding a Text view as a ToolbarItem would give me text in the toolbar?
Instead, ToolbarItem seems to turn whatever content I give it into a Button.
Okay, SwiftUI question for you iOS devs: is there any reason why I shouldn’t expect that adding a Text view as a ToolbarItem would give me text in the toolbar?
Instead, ToolbarItem seems to turn whatever content I give it into a Button.