Hi, I have an int counter that will get incremented if certain criteria meets. When this counter increments, i want its value to be updated on a uilabel. What is the best way to achieve this? Thanks.
I've near completed my app, but without really exploring delegates much until recently. So, im looking thru my codes to see how i can use delegates to make things work better.
I was just wondering if it would be appropriate to use delegates for the score counter.