okmr-d / DOAlertController

Simple Alert View written in Swift, which can be used as a UIAlertController. (AlertController/AlertView/ActionSheet)
MIT License
405 stars 68 forks source link

error #22

Open iThanh opened 8 years ago

iThanh commented 8 years ago

let error: NSError? NSException.raise("NSInternalInconsistencyException", format:"DOAlertController can only have one action with a style of DOAlertActionStyleCancel", arguments:getVaList([error ?? "nil"]))

→ DOAlertController.swift:714:189: Constant 'error' used before being initialized

Please fix it, thank you