Skip to content

Latest commit

 

History

History
executable file
·
24 lines (18 loc) · 826 Bytes

README.md

File metadata and controls

executable file
·
24 lines (18 loc) · 826 Bytes

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.