In the iPhone, I can use
view.layer.cornerRadius = 10;
to make the corner round, but I don’t want the four corner is rounded, I just want to bottom two round. How can I do so? 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.
An easy but a bit ugly solution is to use two layers partially on top of each other so that one of them “hide” the top round corners.
Update found this question Round two corners in UIView which has much more proper and better solutions.