티스토리 뷰
let telephone = "tel://"
let formattedString = telephone + numberString
guard let url = URL(string: formattedString) else { return }
UIApplication.shared.open(url)
'macOS, iOS' 카테고리의 다른 글
[SwiftUI] infinite scroll (0) | 2021.04.06 |
---|---|
[iOS] API의 Body type 설정하기 - none, form-data, x-www-form-urlencoded, raw, binary,... (0) | 2021.04.05 |
[SwiftUI] HStack children equal sized로 만들기 (0) | 2021.04.02 |
[iOS] application-identifier entitlement does not match 해결 (0) | 2021.04.02 |
[iOS] developer.apple.com에서 AppId 등록하기 (0) | 2021.04.02 |