I am facing a problem in increasing the size of imageView/ view.
Actually I want my application to increase the size (0-100) of image/imageView after clicking a button through animation.
Please Help !!!
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.
You need to create a cgrect and apply that to you view/imageview
here is a code snippet
paste this code on IBAction of your button. Change the code as you want. this is just for understanding the concept.