Reputation: 51
The Magnifying glass shows up, but is empty (white)! On iOS simulator, it is working fine.
Any clue ?
Thanks,
Jonathan.
Upvotes: 2
Views: 1223
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
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