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
- setting
- 얻는법
- 신도림 테크노마트
- 스마트폰
- swift
- 신도림
- Example
- error
- 보라카이
- Xcode
- Bitcode
- 공략
- 앱스토어
- push
- simulator
- Check
- 해몽
- UITableView
- 포켓볼
- UIView
- loop
- LG유플러스
- afterdelay
- swift3
- 샘플
- 포켓몬 GO
- GCD
- 아이폰7
- 페이백
- IOS
Archives
- Today
- Total
목록wkwebview (1)
도래울
swift wkwebview alert
func webView(webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo, completionHandler: () -> Void) { let alertController = UIAlertController(title: message, message: nil, preferredStyle: UIAlertControllerStyle.Alert); alertController.addAction(UIAlertAction(title: "OK", style: UIAlertActionStyle.Cancel) { _ in completionHandler()} ); self.pre..
개발/iOS
2016. 9. 9. 11:04