I want to execute two IBActions at once. How do I do this? Eg. moving while zooming.
So it is a smooth effect.
I want to execute two IBActions at once. How do I do this? Eg.
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.
If I understand your question, you don’t need to have two IBActions for this.
Write only one, and implement the animation code into it. Combined animations will be better served with CoreAnimation as said by Bryanmac.
If you need help about this please tell more about the animations you are waiting for!