Advertisement
Guest User

Untitled

a guest
May 26th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import UIKit
  2.  
  3. import XCPlayground
  4.  
  5. let view = UIView(frame:CGRect(x: 0, y: 0, width: 320, height: 320))
  6.  
  7. XCPShowView("This is the title!", view)
  8.  
  9. let rect = CGRect(x: 0, y: 0, width: 320, height: 320)
  10.  
  11. func addSubview(rect: UIVIew)
  12.  
  13. XCPShowView(rect)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement