I want to access/clear the back forward list as if the UIWebView is new again. Is there any public API or workaround to do this? I've tried: while ([webview canGoback]) { [webview goBack]; } but that will freeze the device (simulator too).
iOS5で正式なプロパティとしてUIScrollViewが使えるようになりました。 なら、UIScrollViewDelegateも使いたくなります。 iOS5.xだけならば簡単なのですが、iOS4.xも対応させるとちょっと癖があります。 ※ iOS4は非公開APIを使用するため場合によっては審査が通らない可能性があります。 ※※ 今のところ、この方法でRejectされたことはありません。 inderface部はこんな感じ @interface ViewController : UIViewController <UIWebViewDelegate, UIScrollViewDelegate> { __unsafe_unretained IBOutlet UIWebView *_webView; __unsafe_unretained UIScrollView *_subScrollVie
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く