c++ - Voiceover support in ObjC++ -
i have objc++ code ios. (it has, ui elements comes c++ code). support voiceover. somebodyshow me examples vo interfaces? have found documentation vo (https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/voiceoveraccessibility.html) didn't found developer documentation programming of vo module. not know how start this.
i have read article: can support voiceover in cocos2d-iphone game? still not clear me.
how can send voiceover if button or switch, or else?
how can voiceover highlight button on ui?
how can read labels of widgets?
accessibility programming guide ios should started. note interfaces in objective-c, if necessary, need wrap c++ objects made accessible in objective-c (but might doing so) , implement accessibility on wrapper.
Comments
Post a Comment