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 |
Tags
- Xcode
- ribs
- clean architecture
- UICollectionView
- Observable
- uiscrollview
- 리펙터링
- Clean Code
- combine
- map
- ios
- 클린 코드
- swiftUI
- RxCocoa
- 스위프트
- Human interface guide
- MVVM
- uitableview
- tableView
- rxswift
- 애니메이션
- Protocol
- 리팩토링
- collectionview
- HIG
- SWIFT
- swift documentation
- UITextView
- Refactoring
- 리펙토링
Archives
- Today
- Total
목록SidebarCommands (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/xC8w9/btrH32HUbDG/E7S4NkuFVZ73sdxy29ZQUk/img.png)
* 프로젝트 파일은 애플 튜토리얼 사이트나 이전 포스팅 글 참고 macOS 실행 시 Sidebar가 들어나지 않는 문제 해결 방법 macOS를 실행하면 Sidebar를 한 번 닫았을 때 다시 열 수 없는 문제가 존재 iOS에서 List형태 안에 NavigationLink로 구현하면 macOS에서는 아래처럼 좌측에는 리스트, 우측에는 NavigationLink에 삽입한 화면이 등장 LandmarkCommands 라는 파일 생성 LandmarkCommands 안에 SidebarCommands()를 선언 import SwiftUI struct LandmarkCommands: Commands { var body: some Commands { SidebarCommands() } } LandmarksApp에 .co..
iOS 튜토리얼 (SwiftUI)
2022. 7. 24. 23:15