Jump to content

flipswitch not doing anything


Go to solution Solved by imp0ss1ble,

29 posts in this topic

Recommended Posts

Posted

Ok, scrap everything else before this. This is the code I'm using in a project without a preference bundle. When I've compiled, it does nothing (supposed to invoke the notification centre with a single swipe):

 

%hook SBUIController

 

-(BOOL)shouldShowNotificationCentreTabControlOnFirstSwipe {

 

return FALSE;

 

}

 

 

%end

 

 

 

Any ideas?

Posted

@@fumetsu What you said so far is wrong and not helping to solve this problem. If you really intend to help him gather some knowledge first

Posted

I think this thread should get locked now...

  • Solution
Posted

Ok, scrap everything else before this. This is the code I'm using in a project without a preference bundle. When I've compiled, it does nothing (supposed to invoke the notification centre with a single swipe):

 

%hook SBUIController

 

-(BOOL)shouldShowNotificationCentreTabControlOnFirstSwipe {

 

return FALSE;

 

}

 

 

%end

 

 

 

Any ideas?

 

:lol: Apple is an american company. they use center. not centre :lol:

%hook SBUIController

-(BOOL)shouldShowNotificationCenterTabControlOnFirstSwipe {

return FALSE;

}


%end

Posted

 

:lol: Apple is an american company. they use center. not centre :lol:

%hook SBUIController

-(BOOL)shouldShowNotificationCenterTabControlOnFirstSwipe {

return FALSE;

}


%end

You my friend, are an absolute legend! It works! Thanks so much dude :):hug:

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines