Update new Playground API

This commit is contained in:
nRewik 2015-12-14 21:14:47 +07:00
parent 9439b281bb
commit 90833dc290

View File

@ -25,7 +25,7 @@ public func playgroundShouldContinueIndefinitely() {
import XCPlayground
public func playgroundShouldContinueIndefinitely() {
XCPSetExecutionShouldContinueIndefinitely(true)
XCPlaygroundPage.currentPage.needsIndefiniteExecution = true
}
#endif