Skip to content

angelen10/CYPastelView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Pastel

🙋This Project is an Objective-C version of Pastel Instagram like Gradient background animation

Simulator Screen Shot 1.png Simulator Screen Shot 2.png Simulator Screen Shot 3.png

Example

- (void)viewDidLoad {
    [super viewDidLoad];
    
    CYPastelView *pastelView = [[CYPastelView alloc] initWithFrame:self.view.bounds];
    pastelView.animationDuration = 3.0;
    [pastelView startAnimation];
    [self.view insertSubview:pastelView atIndex:0];
}

License

Pastel is available under the MIT license. See the LICENSE file for more info.

About

A simple Objective-C version of PastelView.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published