I am having weird problem with Programmatically created UIToolbar and UIWebView
UIWebView frame size can be changed and tool bar position is calculated at runtime.
Problem is, UIToolBar is not taking any touch events or UIBarButtenItems are not clickable
for certain frame sizes.
Kind of pattern like, if webView starts from xy(0,0) everything is fine.
as you move webview to center, uitoolbar buttons below half works and so on..
Tested
Web View is not overlapping at any point.
Already tried with bound for UIToolBar
Structure I am using.
(Custom/Pro grammatically/No Nibs) created UIView with UIWebView and UIToolBar,
then inside UIViewController creating UIView with desired frame.
Thank you
When you using view’s inside views. how you setting the frame ? you should use bound not the frame..