SwiftUI를 빨리 마스터하는 팁
Mastering SwiftUI previews
This week, I want to talk about one of the most powerful Xcode features, SwiftUI previews. SwiftUI previews allow you to look at your SwiftUI views inside Xcode without running the app in the simulator. You can also preview UIKit views and controllers by wrapping them in SwiftUI. Today we will learn about all the powerful features of previews in Xcode.
swiftwithmajid.comSwiftUI를 마스터하면 엄청나게 좋은 UI 생산성으로 앱을 만들 수 있습니다.
시뮬레이터 없이도 이런 화면에서 빨리 UI를 만들 수 있지요.
SwiftUI를 이용할 때 미리보기를 가렸다 보였다 하면서 작업하면 개발이 용이해집니다.
따라서 미리보기 단축키를 익히면 훨씬 수월하게 개발할 수 있습니다.😁
- Cmd + Option + Enter : 미리보기 보이기/숨기기
- Cmd + Option + P : 미리보기 실행하기
아직 댓글이 없습니다. 첫번째 댓글 작성자가 되어주세요 :)