When I press uibarbutton item guard let statement does not work

前端 未结 0 337
南笙
南笙 2021-02-12 14:07
for colored in coloredTexts {
    guard let index = self.find(value: "\\(colored)", in: self.myResultArr) else {
        
        return
    }
    print(index)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题