Hi all,
I am a complete newbie to mac/objective-c. My question is: I wonder if it's possible to bind a UILabel text to a variable, for not having to manually set the text when value change.
I explain it better, on mac os, when I open a new finder window and delete a file, then the global free space in the taskbar is changing. And that value also change in all the "finder" that are open.
How can I replicate such behaviour using objective-c, both on mac or iphone ? I was thinking about UILabel, but I couldn't find a way different from manually set each UILabel.
thanks Leonardo