티스토리 뷰
반응형
안녕하세요 오늘은 제목 그대로 입니다.
말이 필요없습니다.
아래와 같이 했습니다.
//inside scope use this
let myUrl = "http://www.google.com"
if let url = URL(string: "\(myUrl)"), !url.absoluteString.isEmpty {
UIApplication.shared.open(url, options: [:], completionHandler: nil)
}
// or outside scope use this
guard let url = URL(string: "\(myUrl)"), !url.absoluteString.isEmpty else {
return
}
UIApplication.shared.open(url, options: [:], completionHandler: nil)
그냥
UIApplication.shared.openURL(url) => UIApplication.shared.open(url, options: [:], completionHandler: nil)
변경했습니다.
반응형
'IOS' 카테고리의 다른 글
Swift ) App의 버전 정보 가져오기 (0) | 2020.07.27 |
---|---|
Swift ) label underline programmatically (0) | 2020.07.22 |
[swift] textfield last text remove (0) | 2020.07.20 |
[swift] send email with MFMailComposeViewController (0) | 2020.07.18 |
[ios/swift] ActionSheet를 android toast 처럼 사용하기 (0) | 2019.08.15 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Swift app version check
- Swift button underline programmatically
- swift actor
- Swift version code
- Bundle main infodictionary swift 4
- android notification
- Sandbox test login on
- Sandbox account sign out
- iPhone X safe area size
- 맛집
- swift autoclosure
- Swift 노치 구분
- [WindowScene] Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?
- swift uitextfield 글자수 제한
- [WindowScene] Failed to Error
- Swift button text underline
- Sandbox account logout
- Swift label underline storyboard
- firebase remote config
- wwdc21 actor
- SceneDelegate error
- autoclosure
- 샤브샤브
- 위메프
- Swift 앱 버전
- Swift textField max length
- 쇼미더머니6
- Swift check notch
- Android
- How to get version swift
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함