Jump to content

Adding UIAlerts to appear in Settings


Go to solution Solved by Rook,

10 posts in this topic

Recommended Posts

Posted (edited)

So I've seen so many different hacks that have implemented an SCLAlertView into their hack; a fine looking popup that appears when you enter the preference bundle/application.

 

I was just wanting to know if it can be done with just a normal UIAlert and how would I go around doing this?

 

Thanks for any help :)

Updated by Joka
Posted

yes that can i see it on many hacks so yes its possible but you need probarly UIKit headers

I already have them.

Posted

oke yes the its possible its simple

its the same as an springboard uialert

but then in settings you need to put it in preferencebundle.h that worked for me or preferencebundlename.m idk which

  • Solution
Posted

-(void)viewDidAppear:(BOOL)fp8 {

 

// Alert

 

}

Posted
-(void)viewDidAppear:(BOOL)fp8 {

// Alert

}

So just stick that in the tweak.xm and I'll be good to go?

Posted

So just stick that in the tweak.xm and I'll be good to go?

.mm

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