func composedString (Any!) -> Any!
Return the current composed string.
func candidates(Any!) -> [Any]!
Returns an array of candidates.
Availability
Technology
func originalString(_ sender: Any!) -> NSAttributedString
!
sender
The client object requesting the original string.
The original string of precomposed unicode characters. If an input method stores the original input text, it returns that text. The return value is an attributed string so that the input method can restore changes they made to the font, and other attributes, if necessary. The returned object should be an autoreleased object.
func composedString (Any!) -> Any!
func candidates(Any!) -> [Any]!