Contents

Develop
2015.02.10 18:01

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

조회 수 2192 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

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
번호 분류 제목 글쓴이 날짜 조회 수
339 Develop [js] 이미지 미리 로딩하기 hooni 2003.04.23 8428
338 Develop [js] 사라지는 브라우저 hooni 2003.04.23 8422
337 Develop [html] 메타태그 사용예.. 은지나 바라~ hooni 2003.04.23 8412
336 Develop [c][java] 소켓 프로그래밍(채팅 서버 C, 클라이언트 Java) file hooni 2003.04.23 8406
335 Develop [c] 단기과정[01/10] 과제.. swap(any data, ..) file hooni 2003.04.23 8406
334 Develop [c] kmp 활용 search file hooni 2013.04.23 8389
333 Develop [js] 자바스크립트와 정규표현식 메뉴얼 (chm 형식) file hooni 2013.04.23 8387
332 Develop [php] 무조건 다운로드 받도록 header 세팅 file hooni 2013.04.23 8386
331 Develop [asp] 폼 메일 소스 file hooni 2013.04.23 8384
330 Develop [c] 시간(요일,날짜 포함) 출력하는 프로그램 초간단 코드 hooni 2013.04.23 8381
329 Develop [c] 단기과정[01/06] sizeof, 실수표현, 메모리, 연산자 hooni 2003.04.23 8377
328 Develop [php] gd 프로그램.. htm 파일.. ㅋㅋ file hooni 2013.04.23 8365
Board Pagination Prev 1 ... 38 39 40 41 42 43 44 45 46 47 ... 71 Next
/ 71