Skip to content

Instantly share code, notes, and snippets.

@Baekjoon
Created April 12, 2015 14:53
Show Gist options
  • Save Baekjoon/33b4175b927ad34751bc to your computer and use it in GitHub Desktop.
Save Baekjoon/33b4175b927ad34751bc to your computer and use it in GitHub Desktop.
ssodam-loginsuccess
func loginSuccess() {
var request = NSURLRequest(URL: NSURL(string: "https://www.ssodam.com")!)
webView.loadRequest(request)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment