Developer
LocalUriHandler
rsktash
val nsUrl = NSURL.URLWithString(url) if (UIApplication.sharedApplication.canOpenURL(nsUrl!!)) { UIApplication.sharedApplication.openURL(nsUrl) }
Colton Idle
A modern programming language that makes developers happier.