About_App is a drop-in About Page. It displays a single page with a product logo and additional information. It also handles rotation to landscape properly.
To use:
Add About_App as a Swift Package Dependency
Import About_App.
import About_App
Create an instance of About object. Create this where you will have access to pass it to the environment later.
let about = About()
Set the properties you want displayed. Most properties defualt to nil and will not display if not set explicitly.
About_App
About_App is a drop-in About Page. It displays a single page with a product logo and additional information. It also handles rotation to landscape properly.
To use:
Add About_App as a Swift Package Dependency
Import About_App.
Create an instance of About object. Create this where you will have access to pass it to the environment later.
Set the properties you want displayed. Most properties defualt to nil and will not display if not set explicitly.
Display the page and pass the About object into the environment.