Action sheet with blur effect written in Swift
###Requirements
- Xcode 6.2
- iOS 8.0+
###Usage
let titles = ["commit","reload image","save image","copy image","share image","cancel"]
BlurActionSheet.showWithTitles(titles, handler: { (index) -> Void in
println("selected at \(index)")
})