Does swift playground support UIKit?

前端 未结 10 1182
花落未央
花落未央 2020-12-07 23:54

I tried to create a UILabel in playground but failed. Does playground only support OS X development for now?

10条回答
  •  [愿得一人]
    2020-12-08 00:38

    I found I could add a new playground file in IOS project, and in that file I can import UIKit.

提交回复
热议问题