Contents

Develop
2015.02.10 18:01

[ios] 로컬에 있는 html 실행하기

Views 1139 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

HTML 파일을 리소스로 두고 웹뷰에서 읽어서 로드하기.

// Load the html as a string from the file system
NSString *path = [[NSBundle mainBundle]
    pathForResource:@"index" ofType:@"html"];

NSString *html = [[NSString alloc] initWithContentsOfFile:path
    encoding:NSUTF8StringEncoding error:nil];

// Tell the web view to load it
[WebView loadHTMLString:html
    baseURL:[[NSBundle mainBundle] bundleURL]];


[출처] http://stackoverflow.com/questions/4645414/how-can-i-load-a-local-html-file-into-the-uiwebview


?

List of Articles
No. Category Subject Author Date Views
957 Develop [iOS] Xcode 불필요한 캐시 삭제하기 hooni 2021.10.12 1973
956 Develop [ios] Objective-C 에서 자주 사용하는 수학 함수와 유용한 Define hooni 2014.08.08 1989
955 Develop [android] 가속도 센서를 이용한 흔듦(Shake) 감지 file hooni 2014.11.04 2000
954 Develop [iOS] 시뮬레이터에 푸시 알림을 보내는 방법 file hooni 2021.10.13 2000
953 Develop [ios] 웹뷰 history.back() ㅋㄷ file hooni 2016.06.27 2028
952 Develop [swift] UIView에서 subview 찾기 hooni 2022.12.09 2031
951 System/OS 맥 OS X 에서 스크린 화면 캡쳐 단축키 (Mac Print Screen) hooni 2015.07.21 2033
950 Etc 영어. 반드시 외워야 할 단어 file hooni 2016.07.07 2071
949 Develop [c#] mfc 기반의 웹서비스 서버/클라이언트 샘플과 예제 소스 secret hooni 2013.04.23 2073
948 System/OS iptime 공유기 해킹 기술문서 4 file hooni 2015.01.01 2082
947 Develop [c#] MS IE(Internet Explorer) 툴바 버튼 예제 2003/2005 두가지 버전 secret hooni 2013.04.23 2090
946 Develop [matlab] ZigZag-Scanning (2-D Array) file hooni 2016.10.15 2110
Board Pagination Prev 1 ... 14 15 16 17 18 19 20 21 22 23 ... 98 Next
/ 98