NSUrl ns = new NSUrl(prot + first + sec.Trim());
if (!UIApplication.SharedApplication.OpenUrl(ns))
{
var av = new UIAlertView("Badness happened"
, "The scheme '" + prot + "' is not supported on this device.",
null, "Ok thanks", null);
av.Show();
}
via morewally.com
No comments:
Post a Comment