Guest User

Untitled

a guest
May 10th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.31 KB | None | 0 0
  1. login3(json: json, after: {(status, token, code) in
  2.  
  3.                 DispatchQueue.main.async(execute: {
  4.                     UIApplication.shared.endIgnoringInteractionEvents()
  5.                     self.activityIndecator.stopAnimating()
  6.                 })
  7.                
  8.                 print(2)
  9.             })
Advertisement
Add Comment
Please, Sign In to add comment