Jaehee Hong
Jaehee Hong
I am trying to build a custom toolbar which will show a placeholder view above the autocomplete toolbar. ```Swift // // KeyboardViewController.swift // import KeyboardKit class KeyboardViewController: KeyboardInputViewController { override...
I have found these behaviors are different from that of iOS native keyboard (tested on iOS 18, but I'm pretty sure these apply to lower versions too). - When inputting...
When Kingfisher is imported, for `ImageResource`, Xcode will complain that ``` 'ImageResource' is ambiguous for type lookup in this context Found this candidate (DeveloperToolsSupport.ImageResource) ``` ```swift @available(*, deprecated, message: "This...
Resolves #70
In the last paragraph of section `7.4 Deadlock and lock ordering`: Locking systems that allow a CPU to re-aquire a lock it **alread** holds are called... -> Locking systems that...