Alexei Baboulevitch

Results 60 comments of Alexei Baboulevitch

I don't think it has anything to do with Swift. My suspicion is that many 3rd party keyboards don't use UIKit objects for the buttons, but instead draw them directly...

Thanks, I'll look into that later. There's some nuance in regards to punctuation: end-of-sentence punctuation like "!", "?", and "." get auto-caps after them, apostrophes automatically go back to the...

Could you by chance try running one of my keyboard apps on iOS9? Does it work? http://itunes.apple.com/app/id931305272

Thanks for the tip! Sigh, guess I have some work to do before the iOS9 release in September. If you have time, please let me know what happens when you...

I'm going to move all the keyboard stuff to a framework, so that developers can just add it to their apps without having to start over on top of my...

I actually think this might be an issue with the developer tools — something about the previous keyboard bundle not unloading when you build a new one. At least, I...

What I mean is, I've seen this problem when I'm frequently building for device with Xcode, but never in any of my released apps. I think it happens because the...

I made some changes — check to see if there's still a problem? If there is, I would appreciate a specific use case, since auto-caps behavior varies depending on the...

Well, I made them a month ago, but they touched the auto-caps code.

Performance is pretty good now. Not sure if further optimizations are needed.