Guest User

Untitled

a guest
Oct 15th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. appDelegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
  2.         Slide *s1 = [appDelegate.presentationArray objectAtIndex:0];
  3.         UIButton *btn = [UIButton buttonWithType:UIButtonTypeCustom];
  4.         [btn setTitle:[NSString stringWithString:s1.sLabel] forState:UIControlStateNormal];
Advertisement
Add Comment
Please, Sign In to add comment