We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8028a0c commit cc957c2Copy full SHA for cc957c2
trySwift/UIViewControllerExtension.swift
@@ -37,7 +37,7 @@ extension UIViewController: TwitterFollowDelegate {
37
}
38
39
if !applicationOpened {
40
- if let twitterURL = URL(string: "http://twitter.com/\(username)") {
+ if let twitterURL = URL(string: "https://twitter.com/\(username)") {
41
openSafariViewController(withURL: twitterURL)
42
43
0 commit comments