Is there any way getting those back?
I’m following some video tutorials where dragging a text field to the h file creates a property and a @synthesize in the m file. In xcode 4.5.2 the @synthesize are not created. Any idea?
Thanks
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.
In XCode 4.5.2 it’s not mandatory, but you can create them. If no
@synthesizethere it means@synthesize myProp = _myProp;