Posts

Post not yet marked as solved
2 Replies
1.1k Views
There are use cases where someone who's using an Apple Pencil may not want to enter text via Scribble. A simple example is writing "UIViewController" in a text view is unlikely to be successful. I'd like to disable Scribble in this case and let the keyboard become the input mechanism. (Disabling Scribble system-wide in Settings is both cumbersome and overkill.) The closest I can come to making this happen is by adding a UIScribbleInteraction on a UITextView and returning false when scribbleInteraction(shouldBeginAt:) is called. This disables Scribble on the text view, and prevents writing from being converted into text, but the input widget still appears on screen and isn't very useful. Here is a sample project that demonstrates the problem: http://files.iconfactory.net/craig/bugs/Scribbler.zip Hopefully, I'm doing something wrong here. If not, I'm happy to submit this as a FB. -ch
Posted Last updated
.
Post not yet marked as solved
3 Replies
748 Views
The Markdown changes are welcome, but what I really want to know is if I can link to stuff on my website: https://files.iconfactory.net/software/arcade/UnityBigSur-Screenshot.png https://files.iconfactory.net/software/arcade/UnityBigSur.zip -ch
Posted Last updated
.
Post not yet marked as solved
5 Replies
724 Views
If you enter "nasty" it gets converted to "*****". And we know many bug have this trait. And it happens to the best of us: https://developer.apple.com/forums/thread/674633 –ch
Posted Last updated
.