KSAlertContoller Alert PopOver View for TableViewcontroller How to use framework First import the framework into the project Add it to the "Embedded Binaries" let alertView = KSAlertView() alertView.showDialog { (date) in // Completion code here }