Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
その側から特定のオブジェクトを表示できるように、UIWebView を最小化しました。私の質問は、どうすればスクロールできますか、どうすれば触れずに大きくすることができますか?
UIWebViewタイプのscrollViewプロパティがありますUIScrollView。このプロパティを使用すると、現在の位置、現在のズーム レベルなどを操作できます。
UIWebView
scrollView
UIScrollView
[myWebView.scrollView setContentOffset:CGMakePoint(x, y) animated:YES]; [myWebView.scrollView setZoomScale:newScale animated:YES];