的 「輔助功能編程指南對於iOS」 規定: Another way is to implement the isAccessibilityElement method of the UIAccessibility protocol in the implementation of your custom subclass. The following code snippet shows how
我正在嘗試創建一個可訪問的應用程序。出現問題時,我想用iCarousel標準(Three-finger swipe right or left)行爲。 由於iCarousel本質上不完全可訪問,它只是讓用戶擁有用戶難以處理的項目。 我做了一些調查,有一些變通辦法,但是 我也不想執行UIAccessibilityCustomAction因爲這樣不會給用戶容易刷卡的能力。