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
- 리팩토링
- Observable
- MVVM
- 스위프트
- uitableview
- ribs
- uiscrollview
- 리펙토링
- swift documentation
- Refactoring
- map
- Human interface guide
- HIG
- Protocol
- 애니메이션
- UICollectionView
- swiftUI
- RxCocoa
- UITextView
- rxswift
- ios
- Clean Code
- SWIFT
- combine
- tableView
- collectionview
- 클린 코드
- clean architecture
- Xcode
- 리펙터링
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UDID, UUID 본문
UDID (Unique Device Identifier)
- 기기당 고유한 디바이스 식별 값 (불변)
- 확인방법
XCode -> Window -> "Shift + cmd + 2"
'identifier'값 확인
UUID (Universally unique identifier)
- 8–4–4–4–12라는 5개의 그룹을 ‘-’ (하이픈) 으로 구분 (실행 할 때마다 변하는 값)
- 10^40개 이므로 앱을 실행할 때마다 랜덤 값을 부여
- ex) 12345678–1234–abcd–1234–123456789012
- 출력
print(UUID())
'iOS 기본 (swift)' 카테고리의 다른 글
[iOS - swift] ViewController의 presentation style / Transition Style (6) | 2020.11.01 |
---|---|
[iOS - swift] Scale To Fill / Aspect Fit / Aspect Fill (2) | 2020.11.01 |
[iOS - swift] layout subviews 메서드 (3) | 2020.10.24 |
[iOS - swift] 18. setNeedsLayout, layoutIfNeeded (run loop, update cycle개념) (0) | 2020.09.19 |
[iOS - swift] 17. status bar 글씨 색깔 지정하기 (0) | 2020.08.16 |
Comments