Posts tagged #swift
It has been been 1552 days since I last published something.
I have written 0 pieces so far this year. On average I publish something every 1562.00 days (2 posts in 1562 days).
All Posts#swift
- How to run Xcode tests for a SwiftUI iOS codebase with GitHub ActionsTl;dr Make sure you've got a repo on GitHub. Make sure you've got at least one set of tests in your Xcode codebase. Create the file below in yourproject/.github/workflows/main.yml: Replace the yourprojects and YourProjects with your file name git add .github/workflows/main.yml && git commit -m "Add test GitHub action" &&...2021-02-27
- Swift Closures: Inline functions explained by a web developerHi, I'm Thomas. I'm a frontend engineer who's learning swift. Let's talk about closures in Swift from a very (very) introductory level. I'm assuming you've got some familiarity with JavaScript. You should definitely check out Apple's documentation on Closures, it's so much better than this page but also, like, less...2021-02-17