Develop
2015.02.10 18:01
[ios] 로컬에 있는 html 실행하기
조회 수 2181 댓글 0
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
번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|---|
759 | Develop | [js] 키보드 아스키코드(ASCII) 코드보기 | hooni | 2003.04.23 | 33410 |
758 | Develop | [js] 이벤트 핸들러(Event Handlers) | hooni | 2003.04.23 | 8017 |
757 | Develop | [js] 사라지는 브라우저 | hooni | 2003.04.23 | 8418 |
756 | Develop | [c] OpenGL 마우스 이벤트 | hooni | 2003.04.23 | 10021 |
755 | Develop | [js] 점점 커지는 새창.. | hooni | 2003.04.23 | 7814 |
754 | Develop |
[c][java] 소켓 프로그래밍(채팅 서버 C, 클라이언트 Java)
![]() |
hooni | 2003.04.23 | 8401 |
753 | Develop | [c] 신기한 atoi함수(www.game79.net) | hooni | 2003.04.23 | 8283 |
752 | Develop | [c] OpenGL 색 입방체의 회전(입체) | hooni | 2003.04.23 | 8974 |
751 | Develop |
[php] 마시마로 캐릭터 방명록
![]() |
hooni | 2003.04.23 | 9284 |
750 | Develop |
[c] 시간 계산 하는 프로그램 소스코드
![]() |
hooni | 2003.04.23 | 7891 |
749 | Develop | [linux] 프로세스 관련 시스템콜 | hooni | 2003.04.23 | 9249 |
748 | Develop | [c] 문자열 처리 관련 함수들 설명 | hooni | 2003.04.23 | 9186 |