The challenge is, essentially, to retrieve a piece of random text data from a website and display it, with an added link to change the data when prompted by the user. Retrieving remote data is something that appeals to me, as I’ve done quite a lot of that in the […]
Daily archives: 8 March 2022
3 posts
The challenge this time says to: To do this, in the app’s Info.plist file, click the plus icon to add “App Transport and Security Settings” (should be included in the suggestions as you type). Sounds fine, except a new Swift UI app does not have an “Info.plist” file. Off to […]
Due to the way Xcode has been altered since the tutorial video of iOS Foundation’s Module 5 from CodeWithChris, the Learning App crashes when a certain sequence is performed. Run the Learning App, Tap “Swift Test”, Select “let” as the answer, but do NOT click “Submit”, Click “Get Started” to […]