Post

Replies

Boosts

Views

Activity

Comment on TTS problem iOS 17 beta
Are you recreating the AVSpeechSynthesizer again when coming into foreground? I'm now trying something similar to your code above (recreating the synthesizer every X utterances). The only other side effect of this is need to preload the voice again to avoid a delay on the first utterance.
Nov ’23
Comment on Unable to set the new App Tint Color options for App Shortcuts
I'm also trying to figure this out. Some thoughts/questions raised: Does it uses ShortcutTileColor values for this colour, or hex codes, or the name of a icon in asset catalog, or something else? Does it require things like systemImageName to be specified for the Shortcut? Which images are used for systemImageName? SF Symbols? The Shortcuts app has its own set of icons. If it's these icons and not SF symbols, is there a list somewhere?
Jul ’23