selectedAlternativeStringNotification
Posted when the user selects an alternate string.
Declaration
class let selectedAlternativeStringNotification: NSNotification.NameDiscussion
Arbitrary objects can listen for for this notification to get user selections of alternative strings. The userInfo dictionary contains the following information:
Key | Value |
|---|---|
| The selected alternative string. |