Contents

Develop
2015.02.10 18:01

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

Views 1153 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
237 Develop [c#] BHO 한샘툴바랑 동현툴바.. secret hooni 2013.04.23 2208
236 Develop [ios] 기본 네비게이션바의 타이틀, back버튼 위치와 속성 변경 file hooni 2016.05.16 2203
235 Develop [android] SQLiteOpenHelper를 이용한 DBManager hooni 2017.06.14 2199
234 Develop [ios] 설정에서 푸시 알림(APNS) on/off 상태 확인 hooni 2015.04.28 2160
233 Develop [c#] 툴바 최근 버전(IE6, IE7 두가지 버전) secret hooni 2013.04.23 2138
232 Develop [java] netty (비동기 이벤트 방식 네트워크 프레임워크) 사용법 #2 (client) hooni 2015.01.02 2135
231 Develop [ios] Swift 4 Dictionary 사용하기 file hooni 2018.11.29 2134
230 Develop [php][laravel] 초간단 MacOS에서 Laravel 개발 환경 구축 hooni 2017.12.15 2130
229 Develop [swift] UIView에서 subview 찾기 hooni 2022.12.09 2127
228 Develop [matlab] ZigZag-Scanning (2-D Array) file hooni 2016.10.15 2123
227 Develop [ios] 카테고리 확장 메소드를 찾지 못하는 경우 file hooni 2014.08.08 2121
226 System/OS iptime 공유기 해킹 기술문서 4 file hooni 2015.01.01 2094
Board Pagination Prev 1 ... 74 75 76 77 78 79 80 81 82 83 ... 98 Next
/ 98