Skip to content

Commit

Permalink
Correct example link
Browse files Browse the repository at this point in the history
  • Loading branch information
meismyles committed Mar 31, 2017
1 parent c3b3cfa commit 8bd3c69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion Example/SwiftWebVCExample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ViewController: UIViewController {

// MARK: Push
@IBAction func push() {
let webVC = SwiftWebVC(urlString: "http://site.petitrc.com/reglages/yokomo/SetupSheetsYokomoBD8.html")
let webVC = SwiftWebVC(urlString: "https://www.google.com")
webVC.delegate = self
self.navigationController?.pushViewController(webVC, animated: true)
}
Expand Down

0 comments on commit 8bd3c69

Please sign in to comment.