iOS Brush frame animation

Source: Internet
Author: User

1 @implementationNjview2 3 /*4 -(void) awakefromnib5 {6 7 NSLog (@ "awakefromnib");8 //Create Cadisplaylink, default 60 times per second9 Cadisplaylink *display = [Cadisplaylink displaylinkwithtarget:self selector: @selector (updataimage)];Ten //Add Cadisplaylink to the message loop One [Display Addtorunloop:[nsrunloop mainrunloop] formode:nsdefaultrunloopmode]; A } -  */ -  the  -- (ID) Initwithcoder: (Nscoder *) Adecoder - { -     if(self =[Super Initwithcoder:adecoder]) { +NSLog (@"Initwithcoder"); -          +         //Nstimer is typically used to periodically update some non-interface data A //[Nstimer scheduledtimerwithtimeinterval: at //0.1 target:self selector: @selector (updataimage) Userinfo:nil Repeats:yes]; -   -         //Create Cadisplaylink, default 60 times per second -Cadisplaylink *display =[Cadisplaylink displaylinkwithtarget:self selector: @selector (updataimage)]; -         //adding Cadisplaylink to the message loop - [Display Addtorunloop:[nsrunloop mainrunloop] formode:nsdefaultrunloopmode]; in          -     } to     returnSelf ; + } -  the- (void) Updataimage * { $ [self setneedsdisplay];Panax Notoginseng } -  the  +- (void) DrawRect: (cgrect) Rect A { theCgcontextref CTX =Uigraphicsgetcurrentcontext (); + //Cgcontextclearrect (CTX, rect); -      $Self.imagey + =Ten; $      -     if(Self.imagey >rect.size.height) { -Self.imagey =0; the     } -     //Drawing CodeWuyiUIImage *image = [UIImage imagenamed:@"Snow"]; the[Image Drawatpoint:cgpointmake (Ten, Self.imagey)]; -      Wu      -}

iOS Brush frame animation

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.