Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. DispatchQueue.global(qos: .background).async {
  2. DispatchQueue.main.async {
  3. self.modalPresentationStyle = .overCurrentContext
  4. self.navigationController?.modalPresentationStyle = .overCurrentContext
  5. delegate.rootViewController.present(self, animated: true, completion: completionBlock)
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement