为什么IOS Playground返回错误无效的上下文CGContextSaveGState?

时间:2015-10-16 23:13:29

标签: ios swift swift-playground

我有一个全新的游乐场项目并且在助理窗口中没有显示任何内容,但是,源似乎被解释了。错误(见下文)的含义是设置一个环境变量。我不知道如何创建此设置(或将其设置为)。

if let xp = p as? X {
    print(x === xp)
} else {
    print("p is not of type X")
}

控制台输出:

//: Playground - noun: a place where people can play

import XCPlayground
import UIKit

var str = "Hello, playground"

0 个答案:

没有答案