I have a UIView and I have a UIToolbar and UIWebView.
I want to show toolbar at top of UIView and after that the rest of page covered with webView.
But toolbar goes under status bar like this
How can I correct it in iOS7.
I have a UIView and I have a UIToolbar and UIWebView.
I want to show toolbar at top of UIView and after that the rest of page covered with webView.
But toolbar goes under status bar like this
How can I correct it in iOS7.
Set up toolbar delegate to your view controller and implement method: