Do we have to synthesize UIImageView and UIButton in any simple UITouch program? I googled but could not find any relevant any clear answer.
Do we have to synthesize UIImageView and UIButton in any simple UITouch program? I
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.
We synthesize the properties. if we declare any variable, object and IBOutlet as property then we definitely need to synthesize it.
Make this as your practice, this is a good practice follow these step
viewDidUnloaddealloc.