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
- clean architecture
- Clean Code
- MVVM
- 애니메이션
- ribs
- swiftUI
- 리팩토링
- Refactoring
- UICollectionView
- 리펙토링
- UITextView
- 스위프트
- swift documentation
- Observable
- 리펙터링
- collectionview
- Xcode
- Protocol
- uitableview
- map
- uiscrollview
- ios
- HIG
- RxCocoa
- Human interface guide
- SWIFT
- rxswift
- 클린 코드
- tableView
- combine
Archives
- Today
- Total
목록shift operator (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] OptionSet에서 시프트 연산자를 사용하는 이유(Shift Operator)
OptionSet 개념OptionSet은 옵션이 있는 Set 자료구조이며, 옵션들을 마치 enum-case처럼 다룰 수 있고 set의 대표적인 연산자 insert, remove, contains, intersection 를 쓸 수 있는 자료구조ex) UserSetting에 관한 플래그를 관리하는 OptionSetstruct UserSettingsFlags: OptionSet { let rawValue: Int static let darkMode = UserSettingsFlags(rawValue: 1 OptionSet에서 rawValue를 bit로 표현하는 이유?일반적으로 OptionSete에서는 rawValue를 보면 모두 shift연산자를 통해 표현stat..
iOS 응용 (swift)
2024. 9. 25. 01:18