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 |
Tags
- Security as a Service
- 애플인텔리전스
- colorLiteral
- #colorLiteral
- provisioning file path
- php
- 동형 암호
- 앱 인텐트
- VirtualBox
- URLSessionConfiguration
- error outputting keys and certificates
- MAC
- swift
- Data Flow Through SwiftUI
- Homomorphic Encryption
- app intents
- AI
- EnvironmentObject
- Xcode
- BindableObject
- IOS
- ObObjective c
- HTTP
- 정보관리기술사
- SwiftUI
- URLSession
- pipelines
- ObservableObject
- apple intelligence
- apache
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 |