IOS: Difference between revisions
No edit summary |
|||
Line 3: | Line 3: | ||
=== Set up a virtual macOS development environment === | === Set up a virtual macOS development environment === | ||
I set this up on the [[Matcha]] melange VM. | I set this up on the [[Matcha]] melange VM. | ||
=== Development environment === | |||
Primarily use XCode to do pretty much everything. | |||
* I created my app using Apple's [https://developer.apple.com/tutorials/app-dev-training sample app], which mocks up a simple UI. | |||
* I'm following a simple [https://www.ralfebert.com/ios-app-development/swiftui-async-await-tutorial/ example] to load JSON data from API. |
Revision as of 19:15, 3 July 2022
iOS mobile app development in mid-2022
Set up a virtual macOS development environment
I set this up on the Matcha melange VM.
Development environment
Primarily use XCode to do pretty much everything.
- I created my app using Apple's sample app, which mocks up a simple UI.
- I'm following a simple example to load JSON data from API.