Contained in: AI-Assisted Development for iOS
swift ui
Multiple Domains
Lesson in AI-Assisted Development for iOS
Using GitHub Copilot for Xcode
Jul 18 2025 · Lesson
…going to create a new project now up. I’m going to jump into coding at yesterday’s weather. It’s got Swift UI. It’s using Swift. It’s Swift testing with XCTest UI tests. We’ll visit that later on. So if we run through that…
Multiple Domains
Lesson in AI-Assisted Development for iOS
Using GitHub Copilot for Xcode
Jul 18 2025 · Lesson
…could also ask it, in fact it’s suggesting “can you explain how to use this progress bar in my Swift UI app.” So I’m going to click that and see what it says. And what that’s now doing is spitting out some code where…
Multiple Domains
Lesson in AI-Assisted Development for iOS
Getting Started with Claude Code
Jul 18 2025 · Lesson
Learn how to use Claude Code to generate and debug a comprehensive test suite
for the weather app, including unit tests and UI tests.
Multiple Domains
Lesson in AI-Assisted Development for iOS
Using GitHub Copilot for Xcode
Jul 18 2025 · Lesson
…going to finally start work on the Yesterday’s Weather app, and start by asking Copilot to create the main view. That should use Swift UI, and display some of the attributes we’d expect…
Multiple Domains
Lesson in AI-Assisted Development for iOS
Using GitHub Copilot for Xcode
Jul 18 2025 · Lesson
…they’ll have some compassion. So let’s take a look. Weather view implementation aligns with the following requirements. It’s display logic. The UI design, the visual states. So we don’t have the loading and error states, the footer text with location and time is missing…