Notice
Recent Posts
Recent Comments
Link
Tags
- 스위프트
- Keychain
- 애플
- UILabel
- 야곰아카데미
- TOSS
- lineBreakStrategy
- UIKit
- iPad
- 전달인자 레이블
- Swift
- WWDC
- LanguageGuide
- Apple
- github
- 애플사이다
- Combine+UIKit
- iTerm
- Split View
- DiffableDataSource
- GOF
- CollectionView
- 앱개발
- orthogonalScrollingBehavior
- IOS
- Human Interface Guidelines
- lineBreakMode
- HIG
- 디자인패턴
- Accessibility
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Today
- Total
목록NIL (1)
애플사이다의 iOS 개발 일지
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/TYqeJ/btrHDPBNSWW/kniWR8D68FYRBRsKfxzY0k/img.png)
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