Skip to content

Commit cc957c2

Browse files
committed
Change twitter url from http to https
1 parent 8028a0c commit cc957c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trySwift/UIViewControllerExtension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extension UIViewController: TwitterFollowDelegate {
3737
}
3838

3939
if !applicationOpened {
40-
if let twitterURL = URL(string: "http://twitter.com/\(username)") {
40+
if let twitterURL = URL(string: "https://twitter.com/\(username)") {
4141
openSafariViewController(withURL: twitterURL)
4242
}
4343
}

0 commit comments

Comments
 (0)