Your First iOS & SwiftUI App: An App from Scratch, Episode 4: Create an Xcode Project | Kodeco

Learn how to create your first iOS app project in Xcode and explore the code editor and SwiftUI canvas.


This is a companion discussion topic for the original entry at https://www.kodeco.com/37086140-your-first-ios-swiftui-app-an-app-from-scratch/lessons/4

I’ve noticed that you’re able to scroll up and down in the Canvas in live mode. Unfortunately I’m not able to do that unless I’m in selection mode. I’m using Xcode 14.2. Any ideas on how to fix this?

Scrolling in the canvas can be super finicky. Try to make sure your pointer is not over the actual preview when you’re trying to scroll. If you can see the scroll bar on the right, you can use that in a pinch. If you can’t see the scroll bar, I’m not sure how to fix that!

1 Like

I actually figured it out! You just have to move the mouse to the left or right of the phone in the preview and it will move as needed.