Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- ribs
- Observable
- 스위프트
- swiftUI
- Human interface guide
- 리펙토링
- uitableview
- combine
- Protocol
- HIG
- 리팩토링
- Xcode
- rxswift
- MVVM
- map
- uiscrollview
- swift documentation
- 리펙터링
- tableView
- SWIFT
- 애니메이션
- UICollectionView
- RxCocoa
- clean architecture
- UITextView
- Clean Code
- ios
- collectionview
- Refactoring
- 클린 코드
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Playground를 이용한 UI 프로토타입 작성 본문
Single View Playground 추가
.playground에서 UI 프로토 타입 작성
- 생성된 .playground
- .playground파일 실행: 오른쪽에 미리보기 화면과 각 UI 프로토타입을 확인할 수 있는 창 존재
- UI 프로토타입 확인 방법: 코드 작성 > 실행 > 오른쪽에 마커 클릭 > 매번 실행하지 않고, 실시간으로 확인 가능
Playground 실행 단축키
- shift + cmd + enter
'iOS 응용 (swift)' 카테고리의 다른 글
Comments