ios - How to add elements to an array? swift -
this question has answer here:
- add element array in swift 9 answers
everybody! i've started learning swift sorry if question dumb. want add values array "uu" using loop. every time overwrites "uu".
pls help, thanks!
that simple
uu.append(newnumber)
Comments
Post a Comment