스위프트3버전으로 컨버전한 후 URL 을 불러오는데, 이렇게 고침 .. 임시방편. 참고만
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if let url = NSURL(string : DETAIL_PAGE) { | |
do { | |
let req = URLRequest(url: url as URL) | |
webView.delegate = self | |
webView.loadRequest(req) | |
} | |
} |
'모바일 > iOS' 카테고리의 다른 글
Swift4 - Using Machine Learning Vision Library in Swift4, Cocoa Framework (0) | 2018.06.01 |
---|---|
Swift3 - NSFetchRequest 관련 수정 및 수정가이드 사이트 (0) | 2016.11.26 |
iOS IPv6 관련 앱 등록 거부와 무선랜 구입 (4) | 2016.10.09 |
NAT64 세팅 (0) | 2016.09.14 |
[Swift] Error: Error Domain=NSURLErrorDomain Code=-1001 “The request timed out.” (0) | 2016.08.31 |