-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello, nice work on this project. Completely agreed on all of the below!
Firstly, there is very little actual documentation from Apple, especially for the new features. In fact, most of the new methods aren’t even mentioned in the Framework Reference. They do have a couple of lines of documentation each in their respective header files, (some of them have none), but that’s it. There isn’t even any documentation on the Apple documentation website. Furthermore, there isn’t much discussion going on on the internets as to how to use IMKit.
http://tfiaa.com/2012/06/a-new-frontier-in-inputmethodkit/
In the SubCandidates project I notice that you're using setCandidateData: and that it seemingly works. But you seem to be using it for the candidate submenus, and are still implementing candidates: for the main list?
Did you by chance ever try to get it working with setCandidateData: as the main data source?
I asked the same question on Stack Overflow, but thought I'd post here as this repo is about the only other resource on the internet for Input Method Kit candidates...
cheers!