Jump to content

Oriax123

Member
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 8

Recent Profile Visitors

312 profile views

Oriax123's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. i would like this too
  2. Hey guys im trying to make a tweak where a user presses a PSButtonCell and it opens a UIAlertView that has a UITextField so the user can enter a username and hit save, in the NSLog it shows the input of the user but Im having trouble being able to write the users input into the plist using "kUsername" key. Ive searched all day and night with trial and errors Can anyone help me out? Here is a snippet of my code that i need help fixing. - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex{ if (buttonIndex == 0){ UITextField *alertTextField = [alertView textFieldAtIndex:0]; //the users input NSLog(@"alerttextfiled - %@",alertTextField.text); NSMutableDictionary *login= [[NSMutableDictionary alloc] initWithContentsOfFile:PLIST_PATH]; [login setValue:alertTextField.text forKey:@"kUsername"]; //set user input to key kUsername ????? } }
  3. Hello friends, I am running a jailbroken iPhone 5S on iOS 9.0.2 and Im trying to create a tab application using theos but I have not been able to make one without errors and what not. Could someone please make a tutorial on how to create such application using theos and maybe even create a template to help speed things up as well? Thanks in advance
  4. sweet will come in handy great work! Thanks
  5. thats basass!!
×
  • 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