Advertisement
Guest User

Untitled

a guest
May 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ActivityFilterViewController *filter = [[ActivityFilterViewController alloc] init];
  2. filter.view.backgroundColor = [UIColor clearColor];
  3. [filter setModalPresentationStyle:UIModalPresentationCurrentContext];
  4. [self presentViewController:filter animated:YES completion:nil];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement