Is it possible to resize a UIWebView via code?
The reason I want to do this is because I have a ToolBar with navigation-buttons that appears each time the webview is touched, and disappears when the user clicks a hide-button.
The problem is that the toolbar is displayed on top of the webview, thus sometimes making stuff on the webpage untouchable.
The perfect solution would be the ability to resize the webview when the toolbar appears and disappears, but so far I have not found any solution.
Any ideas would be welcome.
The reason I want to do this is because I have a ToolBar with navigation-buttons that appears each time the webview is touched, and disappears when the user clicks a hide-button.
The problem is that the toolbar is displayed on top of the webview, thus sometimes making stuff on the webpage untouchable.
The perfect solution would be the ability to resize the webview when the toolbar appears and disappears, but so far I have not found any solution.
Any ideas would be welcome.