Oleg Kohtenko
Oleg Kohtenko
Perhaps simple escaping this symbol will solve this issue.
In case you got several `UITextField`'s with different keyboard height (for example `username` and secure `password` without iOS hints) switching between them will be a bit jerky. Animation of setContentOffset...
This change is helpful for Swift Package Manager (SPM) users. When one sets up the parent config to be shared between packages and keeps it in a working directory like...
Hi, NSTimer in your control is never stops and because of that object never released. Actually, I think you don't even need NSTimer. Try this for smooth rotation: # define...