Posted
Filed under iphone

UIWebView를 사용하다보면 view 안에서 좌우 넓이를 자동으로 변경해야 될 경우가 생긴다

다음과 같이 사용하면 된다.

webview.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight

self.view = webview
2011/12/20 17:52 2011/12/20 17:52