Contents

?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
UIWebView의 딜리게이터 내용
- (void)webViewDidFinishLoad:(UIWebView*)webView {
    //현재 프로젝트의 리소스 파일의 경로 얻기.
    NSString *resourcePath = [[NSBundle mainBundle] resourcePath];

    // getImagePath와 같은 js파일 안의 메소드.
    NSString *tmpStr = [NSString stringWithFormat:@"getImagePath('%@')",
        resourcePath];

    // 문자열을 인코딩, 경로상에 공백과 같은 부분이 있을때 이를 해결.
    tmpStr = [tmpStr
        stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];

    // 실행.
    [webView stringByEvaluatingJavaScriptFromString:tmpStr];
}

JS 파일 내용
function getImagePath( _imgPath ) {
    //앞에서 넘겨 받은 경로뒤에 원하는 이미지명을 입력.
     addCSSRule('.highlight_color1',
        'background-image: url('+ _imgPath +'/bg_highlightpen_1.png);');
}


[출처] http://egloos.zum.com/sungsmy/v/2428366


?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
1149 Database [sql] 간단한 SQL 문법 정리 hooni 2003.04.23 12554
1148 Develop [c] 그래픽스 자료(OpenGL 라이브러리) 샘플 소스 file hooni 2003.04.23 10183
1147 Develop [opengl] 컴퓨터 그래픽스 강의 자료(수업자료) file hooni 2003.04.23 20434
1146 Develop [c++] p.47 연습문제 3번 hooni 2003.04.23 10107
1145 Develop [c++] p.58 연습문제 2번 hooni 2003.04.23 16298
1144 Develop [c++] p.118 확인학습 5번 hooni 2003.04.23 10736
1143 Develop [c] 프로그래밍 ppt, 스킬업 (비트 수업자료) file hooni 2003.04.23 8179
1142 System/OS [linux] 콘솔/Xwindow 에서 PC스피커 소리 없애기 hooni 2003.04.23 16354
1141 Database [mysql] 쓰레드가 계속 쌓이기 시작하고 사라지지 않을때.. hooni 2003.04.23 12789
1140 System/OS [linux] 쉘 환경변수 PS1(프롬프트) hooni 2003.04.23 13495
1139 System/OS [linux] APM(apache, php, mysql) + gd 설치순서.. hooni 2003.04.23 18854
1138 System/OS [linux] 메일서버 세팅정보(sendmail) hooni 2003.04.23 17410
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 98 Next
/ 98