Notice
Recent Posts
Recent Comments
Link
Tags
- Combine+UIKit
- Keychain
- 애플
- lineBreakMode
- Split View
- UILabel
- 스위프트
- lineBreakStrategy
- WWDC
- 애플사이다
- Human Interface Guidelines
- UIKit
- iPad
- iTerm
- 전달인자 레이블
- GOF
- 야곰아카데미
- 앱개발
- TOSS
- 디자인패턴
- DiffableDataSource
- CollectionView
- Swift
- HIG
- Apple
- IOS
- github
- Accessibility
- LanguageGuide
- orthogonalScrollingBehavior
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 타입을 옵셔널로 지정하고, 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