Hi People,
Do anybody know how to get touch events on the status pane area? My code sets sp to hidden, in IB both the window and view are full sized, and in the code I get the whole screen for both the "frame" and "bounds", but touchesBegan() not called if I click/press on the sp area. Any idea or hint?
Thanks:
Bence
code:
[application setStatusBarStyle:UIStatusBarStyleBlackOpaque animated:NO];
[application setStatusBarHidden:YES animated:NO];
CGRect rect = [window bounds];
CGRect frame = [window frame];
CGPoint cent = [window center];
Do anybody know how to get touch events on the status pane area? My code sets sp to hidden, in IB both the window and view are full sized, and in the code I get the whole screen for both the "frame" and "bounds", but touchesBegan() not called if I click/press on the sp area. Any idea or hint?
Thanks:
Bence
code:
[application setStatusBarStyle:UIStatusBarStyleBlackOpaque animated:NO];
[application setStatusBarHidden:YES animated:NO];
CGRect rect = [window bounds];
CGRect frame = [window frame];
CGPoint cent = [window center];