To set the corner of the Avatar to solve

Source: Internet
Author: User

Each cell added to the TableView has a rounded head, because in Layer.corner ... The overhead is too high, so it causes a lag and can be drawn through Bezier curves.

//As shown below//Get your image somehowUIImage *image = [UIImage imagenamed:@"image.jpg"];//Begin A new image that would be is the new image with the rounded corners//(here with the size of an Uiimageview)Uigraphicsbeginimagecontextwithoptions (ImageView.bounds.size, NO,1.0); //Add a clip before drawing anything, in the shape of a rounded rect[[Uibezierpath bezierPathWithRoundedRect:imageView.bounds Cornerradius:10.0] Addclip]; //Draw your image[Image drawInRect:imageView.bounds];//Get the image, here setting the Uiimageview imageImageview.image =Uigraphicsgetimagefromcurrentimagecontext ();//Lets Forget about that we were drawingUigraphicsendimagecontext ();

To set the corner of the Avatar to solve

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.