Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションで [VoiceOver - ON/OFF] イベントをキャッチする方法はありますか?
ナレーションと通常の方法を使用して、メニューの動作を 2 つのケースで異なるようにする必要があります。
通知として必要な場合UIAccessibilityVoiceOverStatusChanged(4.0以降も)。
UIAccessibilityVoiceOverStatusChanged
UIAccessibilityIsVoiceOverRunning()
BOOL YES実行中の場合は a を返します。これは iOS 4 以降です。
BOOL
YES