在swift 2中如何删除可选单词?

时间:2015-11-12 10:07:07

标签: macos

我正在开发一个发生此错误的应用,以便如何从swift 2中的应答中删除可选单词?

enter image description here

1 个答案:

答案 0 :(得分:3)

你必须打开它。

if let text = catAge.text {
    print(text)
}