728x90
반응형
사파리로 링크 열기
open url link in safari
import UIKit
var link = "https://dainty-break.tistory.com"
if let url = URL(string: link) {
UIApplication.shared.open(url, options: [:])
}
728x90
반응형
'개발 > ios (swift)' 카테고리의 다른 글
scroll up textfield when keyboard show (0) | 2022.08.08 |
---|---|
UITextview Placeholder (0) | 2022.03.03 |
action when clicked button in cell of collectionView (0) | 2022.03.02 |
ios version에 따라 gallery에서 이미지 가지고 오는 방법 (0) | 2022.03.02 |
댓글