Notice
Recent Posts
Recent Comments
Link
Tags
- WWDC
- lineBreakStrategy
- CollectionView
- Combine+UIKit
- orthogonalScrollingBehavior
- HIG
- GOF
- UIKit
- IOS
- 애플사이다
- iTerm
- 애플
- Split View
- github
- Apple
- iPad
- Human Interface Guidelines
- TOSS
- Accessibility
- 야곰아카데미
- Keychain
- UILabel
- DiffableDataSource
- 앱개발
- lineBreakMode
- 전달인자 레이블
- LanguageGuide
- 스위프트
- Swift
- 디자인패턴
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Today
- Total
목록NIL (1)
애플사이다의 iOS 개발 일지
[Dictionary] value에 nil을 저장하려면? - nil의 타입을 명시
Dictionary의 value 타입을 옵셔널로 지정하고, value에 nil을 할당하려면 어떻게 해야 할까? 궁금해서 구글링 해봤는데, StackOverFlow에서 간단히 답을 찾을 수 있었다. - 검색 키워드 : how to save nil at dictionary value in swift - Reference : How to add nil value to Swift Dictionary? Dictionary 기본 문법 일반적으로 Dictionary는 이렇게 다룬다. // Dictionary 생성 var juices: [String: String] = ["Apple": "Applecider", "Lemon": "Lemonade"] // ✅ key/value pair 삭제 juices["Lemon"] ..
Swift/Swift 문법
2022. 7. 18. 16:10