Guest User

Untitled

a guest
Feb 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var superview = containerView.superview
  2.  
  3. if type(of: superview?) === UIWindow.self {//I GET AN ERROR HERE
  4. superview = containerView
  5. }
Add Comment
Please, Sign In to add comment