Triangular-shaped lattice blur effect iOS source

Source: Internet
Author: User

SOURCE ffangularpointilism,ffangularpointilism can create a triangular lattice blur effect like a uiimageview filter. It can be blurred by animation, or it can be blurred at once. In addition, it provides animation to blur the way. Animations can configure the degree of blur and flicker intervals.
:
    • <ignore_js_op>

How to use:


Copy the Ffangularpointilism folder in the demo directly into the project and copy the 4 triangle patterns from the images.xcassets to the project.

Image Blur
Initialization
_imageview = [[Ffdoubletriangleview alloc] initwithimage:[uiimage imagenamed:@ "ww"];
[Self.view AddSubview:self.imageView];

by animated Way:
[Self.imageview Startanimatedeffect:ffdoubletrianglevieweffectmosaicfilter
withcompletion:^
{
Complete Blur
}];
Immediately blur the way:
[Self.imageview ApplyFilter];
--------------------------------------------------------------------
Blur Animation:
Self.shutteringView.coordinateSquaresToOmit = @[@[@0, @0]];
_shutteringview = [[Ffshutteringview alloc] initWithFrame:self.view.bounds];
[Self.containershutteringview Addsubview:_shutteringview];

Animation start:
[Self.shutteringview Sparklife];

Set the various properties of the animation:
-self.shutteringview.maximumalloweddeathticks = 1.0/(sender.value) * 400;
-self.shutteringview.framerate = Sender.value * 30;

Please refer to the demo for details.

Detailed Description: http://ios.662p.com/thread-2325-1-1.html

Triangular-shaped lattice blur effect iOS source

Related Article

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.