ios - How to add elements to an array? swift -


this question has answer here:

everybody! i've started learning swift sorry if question dumb. want add values array "uu" using loop. every time overwrites "uu".

pls help, thanks!

my code

that simple

uu.append(newnumber) 

Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -