0
代碼:不能在操場上顯示視圖
import UIKit
import PlaygroundSupport
let simpleView = UIView.init(frame: CGRect.init(x: 0, y: 0, width: 300, height: 450))
simpleView.backgroundColor = UIColor.cyan
PlaygroundPage.current.liveView = simpleView
PlaygroundPage.current.needsIndefiniteExecution = true
我能看到的視圖,當我點擊「眼睛圖標」,但是當我打開助手查看它什麼也不顯示。 有人可以告訴我我需要做什麼嗎? Screenshot