iphone - How to change iOS Notification Center pulling direction? -


i have set root viewer's direction upside down. when enter app, can pull out notification center top (near home button). after pressed home button, went app, notification center pulled out bottom, view's direction not changed.

i'm wondering how change ios notification center pulling direction?

i'm using xcode 4.6 , testing on iphone 5 6.02

-(nsuinteger)supportedinterfaceorientations {     return uiinterfaceorientationmaskportraitupsidedown; }  - (bool)shouldautorotate {     return yes; } 

the ui notifications stupid, agree. should two-finger swipe top (or right) edge (like in mountain lion track-pad). however, it's system-owned gesture can't rid of it, , if find workaround there's no guarantee keep working on different os releases. i'm not sure, apple may reject app if try alter system behaviour.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -