Maybe somebody faced this kind of trouble: when using UIActionSheet on ios 5 i can call Notification Center. The problem is that i cant touch any event in NC. And it all looks not clean. So, is there some way to disable NC by program or maybe another ways to solve it?
Thanks!
I found out a quick solution:
when the Notification Center shows up,
appDelegatereceives(applicationWillResignActive:)and there I post a notification to remove myUIActionSheetfrom the screen. It’s not clean but better than it was.