250x250
반응형
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
- ToDoRim
- flutter
- COMMIT
- Equatable
- tip
- IOS
- github
- pubspec.yaml
- pubspec
- OSLog
- SwiftGen
- basic
- keyWindow
- Extentsion
- it
- algorithm
- Widget
- swiftlint
- enumerations
- GIT
- designPattern
- Leetcode
- toyproject
- protocol
- UIAccessibility
- listview
- xcode
- Swift
- reetcode
- dart
Archives
- Today
- Total
수니의 개발새발
[iOS/Swift] 특정 상황에 VoiceOver 알림 등록하기 본문
728x90
반응형
올해 초부터 종종 사이드 프로젝트로 접근성 적용 데모와 라이브러리를 만들어왔어요.
처음엔 어렵고 모르는 투성이었지만 공부하고 만들면서 지금은 굉장히 관심이 깊어졌어요.
그래서 카테고리를 따로 빼서, 접근성 적용에 대한 글들도 올려보려고 합니다.
📌 이번 글은
UIAccessibility.post(notification:argument:)을 사용하여 특정 상황에 Voice Over가 알리는 기능을 구현하는 방법입니다.
1. UIAccessibility.post(notification:argument:)
Posts a notification to assistive apps.
- Apple Developer Documentation
Apple Developer 에서는 이 메서드가 앱에 접근성 알림을 게시해준다고 하네요.
2. Source Code
UIAccessibility.post(notification: .announcement, argument: "관심 등록 완료")
알림이 필요한 부분에 위 소스코드를 추가하면 됩니다.
728x90
반응형
'iOS - Swift' 카테고리의 다른 글
[iOS/Swift] 현재 번들 버전(Bundle Version) 구하기 (0) | 2021.12.29 |
---|---|
[iOS/Swift] 현재 디바이스 SafeArea의 top/bottom 영역 값 구하기 (0) | 2021.12.29 |
[iOS/Swift] iOS13 에서 라이트모드(또는 다크모드)만 지원하기 (turn off darkmode) (0) | 2021.12.29 |
[iOS/Swift] Custom Animation Popup 만들기 (with. Storyboard) (0) | 2021.12.29 |
[iOS/Swift] UIAlertController를 사용하여 Alert 만들기 (0) | 2021.12.29 |
Comments