Class: AlertController
- Inherits:
-
Object
- Object
- AlertController
- Defined in:
- lib/alerter/alert_controller.rb
Instance Method Summary collapse
Instance Method Details
#show_alert(message = "No message") ⇒ Object
2 3 4 5 6 |
# File 'lib/alerter/alert_controller.rb', line 2 def show_alert(="No message") alert = UIAlertView.new alert. = alert.show end |