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
- uiscrollview
- MVVM
- 리펙터링
- Protocol
- rxswift
- tableView
- Human interface guide
- UITextView
- RxCocoa
- collectionview
- clean architecture
- UICollectionView
- Clean Code
- 리팩토링
- HIG
- 리펙토링
- ios
- combine
- 애니메이션
- 클린 코드
- map
- Observable
- SWIFT
- Refactoring
- swiftUI
- Xcode
- swift documentation
- ribs
- uitableview
- 스위프트
Archives
- Today
- Total
목록디버깅 UserDefaults 간편 세팅 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 디버깅 UserDefaults 간편 세팅 방법 (Arguments Passed On Launch)
디버깅 UserDefaults 간편 세팅 앱을 실행할때마다 특정 UserDefaults값을 매번 세팅해주고 싶은 경우? Arguments Passed On Launch 사용하면 UserDefaults에 항상 입력한 값으로 초기화가 가능 Xcode > Edit Scheme 클릭 왼쪽 탭에서 Run 선택 > 위 탭에서 Arguments 선택 > Arguments Passed On Launch > +버튼 클릭 - 짝대기를 붙이고, userDefaults에 저장될 이름을 입력하고난 후 공백을 두고 값 입력 -{name} {value} 사용할때 userDefaults로 접근이 가능 접근할떄는 - 짝대기를 제외한 이름으로 접근 class ViewController: UIViewController { override..
iOS 응용 (swift)
2024. 1. 3. 01:09