Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 453 Bytes

AZBlinds

Description

AZBlinds is a simple blinds animation implementing in Swift using the UIKit Dynamics Framework.

Usage

``` let azBlind = AZBlinds(options: ["Romance","Thriller","Comedy","Horror"]) azBlind.frame = CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height) self.view.addSubview(azBlind) ```

Demo