I can't see any reason why the string in a label can't be dynamic.
So it could be a game score, etc. that changes all the time.
The label is an object containing a string among other things like the window size,
and position on the screen.
It's not user interactive, but your app should be able to change it.
I really should learn this iOS stuff one day.