Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- LLM
- MCP
- 파인 튜닝
- langchain
- 클로드
- persona
- 앱 인텐트
- MAC
- AI
- Llama
- Xcode
- 애플인텔리전스
- swift
- SwiftUI
- 정보관리기술사
- Ventura
- python
- apple intelligence
- apache
- IOS
- HTTP
- OSX
- finetuning
- error outputting keys and certificates
- VirtualBox
- app intents
- ollama
- 동형 암호
- Claude
- php
Archives
- Today
- Total
Project Jo
WebView 를 이용해서 HTML 긁어 오는 방법 본문
가끔 모바일용 페이지의 소스를 보고 싶을때 사용하면 좋다. >ㅁ<
- (void)webViewDidFinishLoad:(UIWebView *)webView
{
NSLog(@"%@",[webView stringByEvaluatingJavaScriptFromString:@"document.body.innerHTML"]);
}
'Developer > iOS' 카테고리의 다른 글
iOS MVVM 적용해 보기 (0) | 2022.01.06 |
---|---|
UIAlertController 를 여러번 띄우기 (0) | 2020.08.20 |
MDM Push 인증서 만들기 (9) | 2015.11.18 |
pem 만들기 커멘드 (0) | 2015.09.04 |
XCode 에서 Release, Debug 변경 방법 (0) | 2015.02.27 |