Guest User

Untitled

a guest
Apr 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //AppDelegate Accounts ist ein NSMutableArray das NSObject Subclasses enthält
  2.  
  3. //Das hier:
  4. [[[self appDelegate]accounts] objectAtIndex:1];
  5. //Funktioniert
  6.  
  7. //Aber dass hier:
  8. [[[self appDelegate]accounts] count];
  9. //Bringt die App mit EXC_BAD_ACCES crashen
  10.  
  11. Help?
Add Comment
Please, Sign In to add comment