Guest User

Untitled

a guest
Dec 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. let maps = MapView(frame: view.bounds)
  2. mapview = maps
  3.  
  4. view.addSubview(mapview!)
  5.  
  6. let new = ButtonView(frame: CGRect(x: 0, y: 0, width: view.frame.width, height: view.frame.height))
  7. ButView = new
  8. view.addSubview(ButView!)
Add Comment
Please, Sign In to add comment