Let’s say I have an integer, such as 2,734,465, and it is called intOne. How do I “break apart” that integer so that I can put the number in 7 UILabels? So, in the first label I will have 2, then in the second label I will have 7, and so on. How would I do this? Thanks for your help!
Share
Convert it to a string using something like
Then you can get the individual characters out: