创建项目(swift)
2021-05-22 本文已影响0人
小y想吃糖
1、(shift+command+n)选择app,next。

2、language选择swift。

3、删除SceneDelegate.swift ViewController.swift。

4、删除info.plist文件中的这一项。

5、删除AppDelegate.m 中这些代码。

1、(shift+command+n)选择app,next。
2、language选择swift。
3、删除SceneDelegate.swift ViewController.swift。
4、删除info.plist文件中的这一项。
5、删除AppDelegate.m 中这些代码。