SwiftUI on iPad: Add toolbars, titles, and more

RSS for tag

Discuss the WWDC22 Session SwiftUI on iPad: Add toolbars, titles, and more

Posts under wwdc2022-110343 tag

4 Posts

Post

Replies

Boosts

Views

Activity

RenameButton()
Hi! I tried the new rename button, but I don't see how is this supposed to work in a document app; I can't find a way to access the file to get the binding. There is next to no documentation on anything, I don't understand why SwiftUI gets almost zero attention from Apple. Also, the toolbar has a double back button for some reason. Even with just the template.
1
1
1.5k
Dec ’22
navigationTitle with menu
I am trying to reproduce the new navigation title menu for iPad // toolbar customizations ... .navigationTitle($place.name) { MyPrintButton() } from WWDC2022 presentation (SwiftUI on iPad: Add toolbars, titles and more) and I was not able to do this. Can anyone do this? or maybe failed like me?
2
0
2.2k
Aug ’22
Changing the images and tint of the icons provided by NavigationSplitView
Hey All, I'm currently implementing the new NavigationSplitView to improve my app's iPad experience, but I noticed that I couldn't seem to be able to tint the icons provided to toggle the Sidebar and the overflow menu. If I can't change the tint of these icons, I'm afraid I have to fall back the old implementation. The same counts for the Customize toolbar view. (I would also love to be able to change that background for legibility)
2
0
1.6k
Aug ’22
RenameButton()
Hi! I tried the new rename button, but I don't see how is this supposed to work in a document app; I can't find a way to access the file to get the binding. There is next to no documentation on anything, I don't understand why SwiftUI gets almost zero attention from Apple. Also, the toolbar has a double back button for some reason. Even with just the template.
Replies
1
Boosts
1
Views
1.5k
Activity
Dec ’22
navigationTitle with menu
I am trying to reproduce the new navigation title menu for iPad // toolbar customizations ... .navigationTitle($place.name) { MyPrintButton() } from WWDC2022 presentation (SwiftUI on iPad: Add toolbars, titles and more) and I was not able to do this. Can anyone do this? or maybe failed like me?
Replies
2
Boosts
0
Views
2.2k
Activity
Aug ’22
Changing the images and tint of the icons provided by NavigationSplitView
Hey All, I'm currently implementing the new NavigationSplitView to improve my app's iPad experience, but I noticed that I couldn't seem to be able to tint the icons provided to toggle the Sidebar and the overflow menu. If I can't change the tint of these icons, I'm afraid I have to fall back the old implementation. The same counts for the Customize toolbar view. (I would also love to be able to change that background for legibility)
Replies
2
Boosts
0
Views
1.6k
Activity
Aug ’22
Toolbar Roles behavior
I have tried a lot of codes to see what’s the difference between browser and editor, but I can’t find some changes between those two things, so i’m wondering what’s the difference between browser and editor?
Replies
2
Boosts
0
Views
1.2k
Activity
Jun ’22