views:

159

answers:

0

Hi,

Is there a way for me to find out when the user is magnifying the text in a UITextField to move the cursor between characters?

I'm using a custom background for the textfield which is dark. However, my view background is light, which means that when the magnifying glass appears above the text field, I can't see the text (because it's white).

I'd like to be able to listen for when magnifying begins and perhaps change the text color to black until they have finished magnifying so it can be seen within the magnifying glass.

Is this at all possible?

Thanks