Guest User

Untitled

a guest
Apr 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. - (void)viewDidLoad {
  2. BTAppDelegate* appDelegate = (BTAppDelegate*)[[UIApplication sharedApplication] delegate];
  3.  
  4. if (!appDelegate.accounts) {
  5. NSLog(@"No Accounts. Performing nao");
  6. [self performSegueWithIdentifier:@"forceAccount" sender:self];
  7. NSLog(@"Done");
  8. }
  9. }
Add Comment
Please, Sign In to add comment