아이폰 Objective c WebView 로드시 예제 코드입니다.
WebView 사용시 plist에서 NSAppTrasport 추가 잊지 마세요~
NSURL *websiteUrl = [NSURL URLWithString:@"http://www.google.com"];
NSURLRequest *urlRequest = [NSURLRequest requestWithURL:websiteUrl];
[myWebView loadRequest:urlRequest];
정보
'(IT)Program > IOS ' 카테고리의 다른 글
ios xcode in app purchase example (0) | 2017.02.08 |
---|---|
Objective c Beacon Exam(IOS) 관련 함수 (0) | 2016.11.27 |
UIImage 해상도 사이즈 줄이기(용량) (0) | 2016.11.25 |
UITabBar Image Selected 이미지가 보이지 않는현상 (0) | 2016.11.24 |
IOS 10 / Xcode 8 업데이트 이후 사진 접근 (0) | 2016.11.23 |