Hi all,
We got an issue in handling the image for navigation bar in iPad.
[self.navigationController.navigationBar setBackgroundImage:nil forBarMetrics:UIBarMetricsDefault];
self.navigationController.navigationBar.barStyle = UIBarStyleBlack;
self.navigationController.navigationBar.barStyle = UIBarStyleBlack;
We wrote this code snippet in viewWillAppear: for setting nil to navigation image in a view.
We have also set nil image before pushing that viewController.
But we are getting an overlapping issue of navigation bar titles and navigation image while pushing the view for first time.
For the next push onwards that is working fine.
For detailed reference Please find the screen shot and video link.
http://youtu.be/zNd9vpwDuAs
Thanks for help,
Tejaswini.S
For the next push onwards that is working fine.
For detailed reference Please find the screen shot and video link.
http://youtu.be/zNd9vpwDuAs
Thanks for help,
Tejaswini.S
No comments:
Post a Comment