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
- uiscrollview
- map
- RxCocoa
- 리펙토링
- swift documentation
- Xcode
- 리펙터링
- combine
- SWIFT
- rxswift
- 애니메이션
- Refactoring
- MVVM
- UICollectionView
- swiftUI
- 리팩토링
- Protocol
- UITextView
- Clean Code
- 스위프트
- Observable
- clean architecture
- ios
- tableView
- collectionview
- uitableview
- 클린 코드
- HIG
- Human interface guide
- ribs
Archives
- Today
- Total
목록Accessibility Inspector (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] Dynamic Type Sizes (Accessibility Inspector, UIFontTextType)
Dynamic Type Sizes iOS 7+부터 사용자가 텍스트 크기를 선택할 수 있는 기능 존재 아이폰 > 설정 > 손쉬운 사용 > 디스플레이 및 텍스트 크기 > 더 큰 텍스트 사용자가 선호하는 텍스트 크기를 선택할 수 있도록하여 유연성을 제공 Larger Accessibility Type Sizes: Dynamic Type Sizes보다 더욱 큰 사이즈를 사용 Dynamic Type Sizes 사용 방법 코드에서는 .preferredFont(forTextStyle:)으로 사용 storyboard에서는 inspector에서 설정 UIFontTextStyle // UIFontTextStyle 사용 방법 bodyLabel.font = .preferredFont(forTextStyle: .body) cal..
iOS 응용 (swift)
2021. 5. 27. 01:07