-
Notifications
You must be signed in to change notification settings - Fork 5
Home
lennylxx edited this page Sep 4, 2021
·
1 revision
More info https://github.com/pkamb/NumberInput_IMKit_Sample/issues/2
- Bundle identifier should have
.inputmethod.
in first 3 tokens, otherwise IMK can't recognize the new input method.
IMKCandidates
class
func showAnnotation(NSAttributedString!)
func candidateIdentifier(atLineNumber: Int)
func candidateStringIdentifier(Any!)
func lineNumberForCandidate(withIdentifier: Int)
func selectCandidate(Int)
func selectCandidate(withIdentifier: Int)
func clearSelection()
func attachChild(IMKCandidates!, toCandidate: Int, type: IMKStyleType)
func showChild()
func showSublist([Any]!, subListDelegate: Any!)
func detachChild(Int)
func hideChild()