I have a UITextField
which is being set as first responder
, and I have verified afterwards that it has been set as the first responder
, and the keyboard pops up as well.
However when I try to type on the keyboard nothing is entered into it, and furthermore the keys do not light up either.
A really strange thing is when I plug in a bluetooth physical keyboard I am able to enter in characters in the field! Then when I shut off my keyboard and the virtual keyboard comes up again I cannot type.
I've searched around the internet for solutions for this but no avail. I am calling makeKeyAndVisible
for my UIWindow
which was a suggested solution by someone.