Here is a screenshot from the attribute inspector:

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.
The identifier field in Interface Builder is equivalent to
-[WebView setPreferencesIdentifier:]. This identifier is stored in the defaults database and refers to a set of preferences that can be shared amongst differentWebViewobjects. From the documentation:If you want to reference a
WebViewobject in code, the most common options are setting anIBOutletor usingtag.