In my app I am loading a view controller in a scrollview.The scrollview has a navigation bar. For this reason the view controllers loading on it shows double navigation bar with it's own. How to prevent it?
If i hide scrollview's navigation bar then the top position remain's blank.Can i fit view controller's navigation bar in place of scrollview navigation bar??
Always welcome for any kind of help.