Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabarnett/aboutboxapp
Code to go with the About Box customisation article.
https://github.com/sabarnett/aboutboxapp
Last synced: 24 days ago
JSON representation
Code to go with the About Box customisation article.
- Host: GitHub
- URL: https://github.com/sabarnett/aboutboxapp
- Owner: sabarnett
- Created: 2024-06-29T14:53:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T13:41:52.000Z (3 months ago)
- Last Synced: 2024-08-23T15:17:45.900Z (3 months ago)
- Language: Swift
- Size: 2.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
When I started trying to write a Mac app for the first time, I started out knowing what I wanted to achieve but not knowing how to go about it. I spent a lot of time googling for Mac development help and found very little of it. What I did find was mostly related to Objective-C and not Swift/SwiftUI.
So, I spent a lot of time going round in circles, extracting the bits that I thought relevant and heading down a lot of blind alleys.
This project is part of a seried of development notes I want to write to document some of the stuff I learnt along the way. The note that goes with it can be found on my web site.
[About Box Article](http://www.sabarnett.co.uk/blogPage.php?id=aboutBox)
What I cover in this note is how to customise the supplied about box using RTF and HTML files and, when that isn't sufficient, how to replace the about box with one of our own where we have all the acilities of SwiftUI to call on.
![About Box](aboutbox.png)