What is a class outlet and where is it?

Posted by chrish on Stack Overflow See other posts from Stack Overflow or by chrish
Published on 2010-04-12T22:44:24Z Indexed on 2010/04/12 22:53 UTC
Read the original article Hit count: 246

Filed under:

I am trying to learn iPhone development and someone passed along the website www.appsamuck.com. On Day 1, the tutorial instructs the developer

We need to reference the label in our code so we can update the label

* In the document window "File's Owner"
* Click: Tools->Idenity Inspector
* In the inspector click the + under "Class Outlets"
* Change myOutlet1 to "countdownLabel"
* Change id to UILabel
* Click enter to make sure they commit

I really don't want to get hung up on this, but I can't find "Class Outlets" either when creating a new project from scratch or opening the zipped source code project. Is this just a difference in versions of Interface Builder? Where did it go?

© Stack Overflow or respective owner

Related posts about interface-builder