Where is this dot coming from?:
There is a dot hidden behind keyboard and highlights to blue when pressed (trying to press ?123) to change keyboard mode.
I have noticed it in few placed in my app and in iOS 6 (also with decimal keyboard, one can still see this dot which interferes with comma character).
There is nothing special I am doing with responders (normal UITextView
of UITextField
fields).
Anyone has idea what could be the cause of it?
Just to exclude popular cause:
I have rootViewController of my key application UIWindow
set to my root navigation controller.