GoogleWearAlert
GoogleWearAlert copied to clipboard
An Android Wear style confirmation view for iOS
Results
2
GoogleWearAlert issues
Sort by
recently updated
recently updated
newest added
I get his error : ``` GoogleWearAlertView.swift:41:9: Getter for 'viewController' with Objective-C selector 'viewController' conflicts with method 'viewController()' from superclass 'UIView' with the same Objective-C selector ```
I had added the folder of GoogleWearAlertView to my project as you say in your tutorial, and calling an alert like the following: GoogleWearAlert.showAlert(title:"Error", image:nil, type: .Error, duration: 1.0, inViewController:...