- composedString:
Return the current composed string.
- originalString:
Return the string that consists of the precomposed Unicode characters.
Availability
Technology
- (NSArray
*)candidates:(id)sender;
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.
- composedString:
- originalString: