Exemplo n.º 1
0
 /// <summary>
 /// This action is triggered when the More Info button is clicked using the Apple Remote.
 /// </summary>
 /// <param name="sender">Sender.</param>
 partial void MoreInfoButton_PrimaryActionTriggered(UIButton sender)
 {
     AlertViewController.PresentOKAlert("More Information", "Sorry but more information on the currently selected flower is not available", this);
 }
Exemplo n.º 2
0
 partial void DisplaySimpleAlert(Foundation.NSObject sender)
 {
     // User helper class to present alert
     AlertViewController.PresentOKAlert("A Short Title is Best", "The message should be a short, complete sentence.", this);
 }