Hi I am experiencing the above issue in iOS7 and have made a fix in my app. I would like to confirm if anyone else is having this issue?
As my fix is for iOS7 only should I put a logic statement like
if (iOS7) else do other code or is there a better way?