本文主要是介绍Initialization of variable was never used; consider replacing with assignment to ‘_’ or removing it,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Initialization of variable was never used; consider replacing with assignment to ‘_’ or removing it
刚接触iOS的swift语言,还没来得及看视频,自己随意定义了一个常量,结果报警告.
其实不用着急,这个提示信息是告诉你定义的这个常量你没有使用到. 接下来使用它,警告信息就会消失.
这篇关于Initialization of variable was never used; consider replacing with assignment to ‘_’ or removing it的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!