How to access Object ID Identity attribute?
The Object ID in Interface Builder is only an internal book-keeping value used by IB when deserializing/serializing XIB files, and does no longer exist when the Application runs.
You want to use tag
, or alternately, a property/outlet.