[WN] 添加空格
This commit is contained in:
@@ -57,6 +57,21 @@ Swift 是一种支持多编程范式和编译式的开源编程语言,苹果
|
||||
>
|
||||
> Metal library: metal库
|
||||
>
|
||||
>
|
||||
> **简单介绍常见项目选择:**App:创建一个标准的App模版也是我们创建新项目一般勾选的模版;
|
||||
>
|
||||
> ducument App:文档App模版
|
||||
>
|
||||
> Game:游戏App模版
|
||||
>
|
||||
> Augmented Reality App: AR项目模板
|
||||
>
|
||||
> Framework:创建一个framework库(类似于封装SDK等)
|
||||
>
|
||||
> Static Library:创建静态库
|
||||
>
|
||||
> Metal library: metal库
|
||||
>
|
||||
> **顶部平台介绍**->Mutiplatfrom是跨平台开发(如一套代码在Mac上运行、pad、iphone)、ios也就是主要在iOS平台上运行的项目、macOS主要是在macOS上运行的项目开发、watchOS运行在apple watch上的项目、tvOS苹果电视项目
|
||||
|
||||
- 输入自己的`Product Name`与`Organization Identifier`:
|
||||
@@ -69,7 +84,7 @@ Swift 是一种支持多编程范式和编译式的开源编程语言,苹果
|
||||
> **Organization Identifier**:组织名
|
||||
> **Interface** :选择是在故事板开发还是SwiftUI开发,这里建议新手选择Interface,SwiftUI需要Swift基础才能选择
|
||||
> **Language** : 可以选择Swift与OC两种语言开发
|
||||
|
||||
|
||||
- 初始页面如下,在左侧找到`ViewController.swift`,添加如下代码:
|
||||
|
||||
```swift
|
||||
|
||||
Reference in New Issue
Block a user