NSURL
Undocumented
-
Creates an
NSURLfor opening in Google Chrome app. The caller should check whether the currentUIApplicationcan open the returned value before attempting to.Note
As of iOS 9,
googlechromeandgooglechromesshould be added to theLSApplicationQueriesSchemeskey ininfo.plistin order to open the retuned Google Chrome URL.Declaration
Swift
public func googleChromeURL() -> NSURL?
View on GitHub
NSURL Extension Reference