Simple swift array append not working

后端 未结 3 1610
我寻月下人不归
我寻月下人不归 2020-12-11 16:38

I know this is going to be super elementary, but I have this piece of code:

var labels: [String]?

func initVC(image: Images){
    self.image = image

    le         


        
3条回答
提交回复
热议问题