libactivator
libactivator copied to clipboard
Acrivator does not open in the app
I used the same code above to open acrivator in my application or tweak but it does not work! I would like to open directly into the tweak ... Mr. Petrich wants to tell us how to do it please?
I'm not sure what you're asking.
how do I open the settings of the activator tweak?
Inviato da @uGuer
ミ●﹏☉ミ
Il giorno 26/set/2013, alle ore 09:36, Ryan Petrich [email protected] ha scritto:
I'm not sure what you're asking.
— Reply to this email directly or view it on GitHub.
Which settings specifically?
LAListenerSettingsViewController tweak the settings of a specific!
Inviato da @uGuer
ミ●﹏☉ミ
Il giorno 26/set/2013, alle ore 19:22, Ryan Petrich [email protected] ha scritto:
Which settings specifically?
Yes, you can just use that in your app.
I would like to open it from you tweak but does not work well!
LAListenerSettingsViewController *vc = [[[LAListenerSettingsViewController alloc] init] autorelease]; vc.listenerName = @"com.your.packageid"; [myNavigationController pushViewController:vc animated:YES];
Inviato da @uGuer
ミ●﹏☉ミ
Il giorno 26/set/2013, alle ore 19:30, Ryan Petrich [email protected] ha scritto:
Yes, you can just use that in your app
does not work! how can I open activator from my tweak?