user3250215
user3250215

Reputation: 51

iPhone Development : Magnifying glass of a UITextField is empty

The Magnifying glass shows up, but is empty (white)! On iOS simulator, it is working fine.

Any clue ?

Thanks,

Jonathan.

Upvotes: 2

Views: 1223

Answers (2)

user3250215
user3250215

Reputation: 51

Sorry for having asked, but after a LOT of research, I found this question already :

In iOS7 Text Magnifier isn't working app wide

For me, the problem was also that for historical reason, another UIWindow object was instanciated.

j.

Upvotes: 1

Lauro
Lauro

Reputation: 911

Maybe it's due to the frames not being with the right size in the UI editor at Xcode.

Check for warnings of compilation time and see if you have problems in your storyboards or xib files.

Also, are you running iOS simulator of the same type of your device? If not, you might be missing to test it there also!

Upvotes: 0

Related Questions