I have an array of ints (I.E: 12 , 55 , 33) the length and contents of that array are variable. In a for each loop, I need to take every single array index and create a set number of ui images based on its number, for example if the first array element = 5, I need to create 5 images, then move on to the next element and do the same, and so on...
Can anybody help me with this please?