Created
May 15, 2016 16:50
-
-
Save dfelber/fbc05ee743822350825f19afc44314be to your computer and use it in GitHub Desktop.
Minimal setup to show UIView in a Xcode Playground.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
import XCPlayground | |
let someView = UIView(frame: CGRect(x: 0, y: 0, width: 200, height: 200)) | |
XCPlaygroundPage.currentPage.liveView = someView |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
// For Xcode 8.2.1