Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 앱스토어
- 포켓몬 GO
- push
- setting
- swift3
- 공략
- afterdelay
- 해몽
- 보라카이
- Example
- 포켓볼
- 페이백
- IOS
- 얻는법
- error
- swift
- GCD
- Check
- Bitcode
- simulator
- LG유플러스
- 신도림
- 스마트폰
- 샘플
- 신도림 테크노마트
- UIView
- UITableView
- loop
- Xcode
- 아이폰7
Archives
- Today
- Total
도래울
iOS SWIFT 전화걸기 액션 본문
let urlString = "tel://" + "010-1111-2222"
let numberURL = NSURL(string: urlString)
UIApplication.sharedApplication().openURL(numberURL!)
'개발 > iOS' 카테고리의 다른 글
cocoapods 사용하기 (0) | 2016.03.31 |
---|---|
Display CGRect Frame Values in NSLog (0) | 2016.03.28 |
iOS 라이브러리 정리 (1) | 2016.03.11 |
부분 코드 실행이 가능한 Xcode 플러그인[설치용], VWInstantRun (0) | 2016.03.11 |
무료 오픈소스 SQLite 툴, DB Browser for SQLite (0) | 2016.03.11 |
Comments