I discovered the error. As I am deaf, blind, and in a wheelchair, the problem is that VoiceOver is turning off by itself whenever I try to open an APP that I transferred to my iPhone via XCode, either via a USB cable or network. Need help. Without VoiceOver, I can't use the iPhone to program it.
Post
Replies
Boosts
Views
Activity
classe SayTest: NSObject {
// …
init(texts: Stringh) {
// …
DispatchQueue.global().async {
do {
try self.nextText(texts)
msgErro("Video created.")
} catch {
// …
}
}
}
func nextTexto(_ textos: [String]) throws {
// …
let assetWriter = try AVAssetWriter(outputURL: url, fileType: .mp4)
// …
assetWriter.finishWriting {
switch assetWriter.status {
case .completed:
msgRelatos("Operation completed.")
UISaveVideoAtPathToSavedPhotosAlbum(url.path, nil, nil, nil)
case .failed:
// …
}
}
}
}
Hello, so could you send me the 150 phrases over here so I can file them and ask someone or some artificial intelligence to help me with the pronunciations to transcribe the way to pronounce? Give me all the phrases from the personal voice training here, if possible. Thank you very much!