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