In iOS7 & iPad. When I tap on the status bar, I need to call the method which will perform some actions. So can anyone provide me the right solution?
Asked
Active
Viewed 59 times
1
-
you can use tap gesture recognizers to do it. – lee Mar 25 '14 at 10:50
-
try this solution : http://stackoverflow.com/questions/3753097/how-to-detect-touches-in-status-bar – Mayur Prajapati Mar 25 '14 at 10:51