I have several small views with some background on the screen. When i change orientation of the device my viewcontroller animates that. The problem is that during the animation views have really ugly corners.
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.
I suggest to set radius for the corners, using the following:
QuartzCore.framework#import<QuartzCore/QuartzCore.h>use this piece of code:
(v for view).Hope that help you.