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 | 31 |
Tags
- 공략
- 샘플
- 신도림
- 아이폰7
- loop
- 해몽
- IOS
- Bitcode
- swift3
- error
- 보라카이
- afterdelay
- push
- Example
- 포켓볼
- 포켓몬 GO
- LG유플러스
- UIView
- 페이백
- swift
- 신도림 테크노마트
- 얻는법
- Check
- 앱스토어
- 스마트폰
- setting
- simulator
- GCD
- Xcode
- UITableView
Archives
- Today
- Total
목록Callback (1)
도래울
Swift3 Async Callback function example
print("completionHandler시작") self.callBackTest(param1: "param1") {retStr in print("completionHandler끝 ret : \(retStr)") } print("completionHandler비동기") private func callBackTest(param1 :String ,completionHandler:@escaping (_ ret : String) -> Void) { DispatchQueue.global(qos: .userInitiated).async { print(param1) for i in 0..
개발/iOS
2017. 7. 12. 16:10