Posts

Post not yet marked as solved
1 Replies
391 Views
I am using SwiftUI to create an app and I have figured out how to present a scene for my preferences window. However I have yet to find a way to modify the "About "My App"" scene. I am not even sure how to ask the question on other forums because I keep getting informations on application menus. I would like to find information on accessing/changing other menu entries in the menubar (in SwiftUI) an most specifically I would like to find out how to present a custom window (or at least custom information) when the user selects "About "My App"" I guess I don't need a solution but a pointer to documentation that will help me in my quest.
Posted Last updated
.
Post not yet marked as solved
0 Replies
137 Views
I am using Xcode 12 Beta 6 and Big Sur Beta (20A5364e). I am trying to add a help book to my application. I have the help book file. I have the help book index. I have added the help book to the code bundle resources and the files show up in my project. The problem that I am having is interpreting the documentation for the application plist file. I'm hot sure what goes where. Also I need to know if I have done the right steps to insure that editing the plist file is the only problem that I have.
Posted Last updated
.
Post not yet marked as solved
0 Replies
255 Views
I am using mac OS 10.5.6 and I am trying to display a custom notification. I am using UNNotificationAction to set up a drop down menu for the notification and UNNotificationCategory to save it. I can get the notification correctly, The title and body are displayed but the popup menu for the notification is displayed under a button labeled "Actions".What I would like to happen is have the label "Actions" changed to a two button format the way that the Reminders app does. I have spent a couple of days searching this web site and several others trying to find the answer but all I have found is the method I am currently using to set up the notification with out the button format that I would like to display. I know that it can be done I just do not know which key words to use to get the answer I would appreciate any help I can get.
Posted Last updated
.