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
- uitableview
- rxswift
- Clean Code
- swift documentation
- collectionview
- Refactoring
- Xcode
- 애니메이션
- Observable
- SWIFT
- 스위프트
- uiscrollview
- swiftUI
- clean architecture
- tableView
- 클린 코드
- 리팩토링
- UICollectionView
- RxCocoa
- HIG
- Protocol
- Human interface guide
- ios
- 리펙토링
- 리펙터링
- ribs
- MVVM
- combine
- UITextView
- map
Archives
- Today
- Total
목록그룹핑 방법 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 3. VoiceOver Accessibility (앱 접근성) - 적용 방법, 그룹핑 방법(UIAccessibilityElement)
1. VoiceOver Accessibility (앱 접근성) - 개념 2. VoiceOver Accessibility (앱 접근성) - 주의사항, 시뮬레이터 Accessibility 테스트 3. VoiceOver Accessibility (앱 접근성) - 적용 방법, 그룹핑 방법(UIAccessibilityElement) 그룹화 방법 UIAccessibilityElement를 사용하면 디폴트인 왼쪽에서 오른쪽으로 변경이 가능 ex) 뷰에 4개의 UILabel이 있고 각각 상단 하단에 있는 UILabel을 하나의 그룹으로 지정해서 접근성이 동작하도록 수정 방법? 초기 코드 class ViewController: UIViewController { private let firstTopLabel: UILabe..
iOS 응용 (swift)
2023. 5. 18. 01:52