Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. SamplePopupViewController *samplePopupViewController = [[SamplePopupViewController alloc] initWithNibName:@"SamplePopupViewController" bundle:nil];
  2. [self presentPopupViewController:samplePopupViewController animated:YES completion:nil];
  3.  
  4. if (self.popupViewController != nil) {
  5. [self dismissPopupViewControllerAnimated:YES completion:nil];
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement