初始化之前使用的常数

时间:2018-11-09 17:43:07

标签: swift

*   Merge feature2 into develop 
|\
| * Do that
* |   Merge feature1 into develop
|\ \
| |/
|/|
| * Fix issues 
]     <==== WHAT DOES THIS MEAN ?
| * Add stuff
* | Do this 

在上面的代码中,Xcode引发错误:

  

在初始化之前使用常量'errorCodestring'

代码有什么问题以及如何清除错误?

1 个答案:

答案 0 :(得分:2)

使用该常量之前,必须对其进行初始化。

let errorCodestring : String? = nil