func composedString (Any!) -> Any!
Return the current composed string.
func originalString (Any!) -> NSAttributedString!
Return the string that consists of the precomposed Unicode characters.
Availability
Technology
func candidates(_ sender: Any!) -> [Any]!
sender
The client object requesting the candidates.
An array of candidates. The returned array should be an autoreleased object.
An input method should look up its currently composed string and return a list of candidate strings that that string might map to.
func composedString (Any!) -> Any!
func originalString (Any!) -> NSAttributedString!