I can never remember, when should I use an Outlet and property, say for a button?
Share
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.
Property is a part of Objective-C language (automatic/manual generating of getter and setter for object instances of a particular class), outlet is a part of Cocoa API interface bulding (connecting NIB elements and object instances of a particular class). Write it on your sticky note 🙂