, Timeline.
, Xcode 8 Swift 3. , PlaygroundPage.current.liveView:
import UIKit
import PlaygroundSupport
let contentView = UIView(frame: CGRect(x: 0, y: 0, width: 320.0, height: 600.0))
contentView.backgroundColor = UIColor.white
PlaygroundPage.current.liveView = contentView
- , . PlaygroundPage.current.liveView UIView, UILabel, UITextField ..
, , .backgroundColor UIColor.white, /.