AZBlinds is a simple blinds animation implementing in Swift using the UIKit Dynamics Framework.
``` 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) ```