Hi All,
I am into my second week of the Mac environment after buying one of the new iMacs.
Over the years I have developed using MS's Visual Studio (C#) and have now jumped deep into XCode.
The transition to the new way of programming has been frustrating but I am sure the penny will eventually drop.
The part I am having trouble understanding is that under VS, it was a simple method of giving a user friendly name to a control. For example, if i was to have a TableView control, I could rename it to MyTable by editing the Name parameter in Properties of that control - at that point I can make reference to it in my code.
In XCode, I am developing an app that has a couple of NSTableViews within the same window. Where in the Interface Builder can I assign a name that will allow me to gain access through my code.
Is it the Identity field??
Pete
I am into my second week of the Mac environment after buying one of the new iMacs.
Over the years I have developed using MS's Visual Studio (C#) and have now jumped deep into XCode.
The transition to the new way of programming has been frustrating but I am sure the penny will eventually drop.
The part I am having trouble understanding is that under VS, it was a simple method of giving a user friendly name to a control. For example, if i was to have a TableView control, I could rename it to MyTable by editing the Name parameter in Properties of that control - at that point I can make reference to it in my code.
In XCode, I am developing an app that has a couple of NSTableViews within the same window. Where in the Interface Builder can I assign a name that will allow me to gain access through my code.
Is it the Identity field??
Pete