Post

Replies

Boosts

Views

Activity

Reply to Action of full-width button in ToolbarItem is not triggered
Using buttonSizing(.flexible) instead of .frame(maxWidth: .infinity) has no effect : The button does not get full-width. Applying .frame(maxWidth: .infinity) to the Text instead of the Button has no effect either : The button does not get full-width. The issue can be simply reproduced through the provided code example. Notice that the button is required to be prominent (see role: .confirm in the code example). Is there any workaround ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
6h
Reply to How to build a Help view with hierarchical table of contents ?
The Keynote/Numbers/Pages apps for iPhone have a Help modal view that is very neat. Firstly I would like to know the format in which the Help content is stored. The “Apple Help Book” format is used for the macOS apps, but which format is used for the iOS apps ? Secondly I would like to know which SwiftUI API is used to build such a Help modal view. Where to find a SwiftUI example that is based on the same storage format ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Nov ’25
Reply to Action of full-width button in ToolbarItem is not triggered
Using buttonSizing(.flexible) instead of .frame(maxWidth: .infinity) has no effect : The button does not get full-width. Applying .frame(maxWidth: .infinity) to the Text instead of the Button has no effect either : The button does not get full-width. The issue can be simply reproduced through the provided code example. Notice that the button is required to be prominent (see role: .confirm in the code example). Is there any workaround ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
6h
Reply to How to build a Help view with hierarchical table of contents ?
The Keynote/Numbers/Pages apps for iPhone have a Help modal view that is very neat. Firstly I would like to know the format in which the Help content is stored. The “Apple Help Book” format is used for the macOS apps, but which format is used for the iOS apps ? Secondly I would like to know which SwiftUI API is used to build such a Help modal view. Where to find a SwiftUI example that is based on the same storage format ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’25