What is the new “User Interface Item Identifier” used for? I cannot seem to find any documentation on it.
I know the old “Label” was for IB use only. Is the new field the same thing?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its a new protocol. Turns out, NSCell and NSView conform to the protocol. If I set the value in Xcode, then call
it logs the string as expected. Yay! You must make the Base SDK in the build settings 10.7 though.