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
- contentprovider
- gradle
- Google Cloud Messasing
- signing
- 트위터
- 다른 앱에서 열기
- 데이터 공유
- HTTP
- Unchecked Exception
- Google Cloud Messasging
- In-app Billing
- 안드로이드 개발 레벨업 교과서
- GCM
- service
- 페이스북
- ios
- android studio
- 배포
- 카카오톡
- ios9
- unreal
- AccountManager
- BLOCK
- Activity 수명 주기
- Push
- xcode
- Android O Preview
- Android O
- NSURLConnection
- Android
Archives
- Today
- Total
목록UIWebview (1)
노블의 개발이야기
[iOS] UIWebView 웹페이지 너비 맞추기
UIWebView의 사이즈를 변경 후 google 로그인 페이지를 로딩하면 WebView 사이즈에 맞지 않는다. WebView 속성self.webView.scalesPageToFit = YES;UIWebView의 delegate 메소드에 추가 - (void)webViewDidFinishLoad:(UIWebView *)webViwe [방법 1]NSString *javaScript = [NSString stringWithFormat: @"var meta = document.createElement('meta'); " "meta.setAttribute( 'name', 'viewport' ); " "meta.setAttribute( 'content', 'width = %d' ); " "document.getEl..
iOS
2015. 5. 14. 15:23