I understand each element that exists on the View/Window has a tag that uniquely identifies it from the other. My question is, I am assuming that these are set by default internally, since clearly the inspector does not provide a way to set a tag for these (or does it?). I would like to be able to set the tag manually as I create my User interface through the NIB files. Is there a way to do this or do I need to go behind the scenes and create the necessary code to be able to do it.
Thanks,
Parijat Kalia
See the
Tagbox on the right just below theBackgroundcolor,Alpha, andModein theViewsection. That sets the.tagproperty of the selected object.