Documentation Archive Developer
Search

XCPlayground Changes for Swift

XCPlayground (Added)

Added NSView.playgroundLiveViewRepresentation() -> XCPlayground.XCPlaygroundLiveViewRepresentation
Added NSViewController.playgroundLiveViewRepresentation() -> XCPlayground.XCPlaygroundLiveViewRepresentation
Added XCPlaygroundLiveViewable
Added XCPlaygroundLiveViewable.playgroundLiveViewRepresentation() -> XCPlayground.XCPlaygroundLiveViewRepresentation
Added XCPlaygroundLiveViewRepresentation [enum]
Added XCPlaygroundLiveViewRepresentation.View
Added XCPlaygroundLiveViewRepresentation.ViewController
Added XCPlaygroundPage
Added XCPlaygroundPage.captureValue<T>(_: T, withIdentifier: String)
Added XCPlaygroundPage.currentPage
Added XCPlaygroundPage.finishExecution()
Added XCPlaygroundPage.liveView
Added XCPlaygroundPage.needsIndefiniteExecution
Added XCPCaptureValue<T>(_: String, value: T)
Added XCPExecutionShouldContinueIndefinitely() -> Bool
Added XCPlaygroundSharedDataDirectoryURL
Added XCPSetExecutionShouldContinueIndefinitely(_: Bool)
Added XCPSharedDataDirectoryPath
Added XCPShowView(_: String, view: NSView)