Search
 
SCRIPT & CODE EXAMPLE
 

SWIFT

swift open web page

if let url = URL(string: "https://www.google.com"),
        UIApplication.shared.canOpenURL(url) {
            UIApplication.shared.open(url, options: [:])
}
Comment

PREVIOUS NEXT
Code Example
Swift :: playing a sound in swift 
Swift :: access dictionary with index swift 
Swift :: how to flip or toggle boolean value in swift 
Swift :: swift scrollview hide scrollbar 
Swift :: remove back button from navigation bar swift 
Swift :: swift get current time 
Swift :: quartzcore framework pi chart 
Swift :: uicollectionview detect scroll swift 
Swift :: limit log file size swift 
Swift :: firestore subcollection swift 
Swift :: alamofire failure response body 
Swift :: swiftui scrollview hide scrollbar 
Swift :: how to get current shown collectionview cell index in swift 
Swift :: swift for loop 
Swift :: how do change title color in navigation bar 
Swift :: and in swif 
Swift :: swiftui background color 
Swift :: closure swift 
Swift :: swift 5 get current date 
Swift :: change placeholder color swift 
Swift :: remove all add TapGestureRecognizer swift 
Swift :: swift array remove 
Swift :: swift paged scrollview get current page 
Swift :: swift extension Array with type 
Swift :: get last element of array swift 
Swift :: two value sum in swift 
Swift :: swift array in chunks 
Swift :: set time programmatically swift 
Swift :: async await apis for ios 13 
Swift :: access tuple elements 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =