UIWebViewクラス
ウェブビューのクラスです。
継承 | UIView : UIResponder : NSObject |
準拠 | NSCoding |
NSCoding (UIView) | |
NSObject (NSObject) | |
フレームワーク | /System/Library/Frameworks/UIKit.framework |
使用可能 | iOS 2.0 |
定義 | UIWebView.h |
概要
Webページを表示する際に使用します。
タスク
デリゲートの設定
delegate property
内容のロード
– loadData:MIMEType:textEncodingName:baseURL
– loadHTMLString:baseURL
– loadRequest
request property
loading property
– stopLoading
– reload
元に戻る・先へ進む
canGoBack property
canGoForward property
– goBack
– goForward
Webコンテンツプロパティの設定
detectsPhoneNumbers property 非推奨
scalesPageToFit property