I'm developing a newspaper, magazine and book reading app for the visually impaired. How can I keep track of VoiceOver speech progress in an UITextView with a lot of text so that I can bookmark where VoiceOver speech was interrupted? Can VoiceOver be paused for a specific element (UITextView) and then unpaused (if that's a word ;)
I can't have VoiceOver start reading a long text from the beginning every time the user reopens the app (ex. the user answers a phone call and then wants to continue listening to a book).