I am trying to display an image in iPhone 5 Simulator in xcode. I am using the UIImageView. There is a bar below. Look at the attached screenshot. How do I get rid of that bar ?
Asked
Active
Viewed 287 times
0
-
Xcode 4.5 and iOS 6 are still unreleased software. – borrrden Sep 19 '12 at 06:46
-
What @borrrden said; this stuff is still under NDA. Or, click the iphone-5 tag and see the other umpteen questions asking basically the same thing here on SO. – zpasternack Sep 19 '12 at 07:09
1 Answers
0
Uncheck show toolbar from the navigation controller.

deleted_user
- 3,817
- 1
- 18
- 27
-
I added [self.navigationController setToolbarHidden:YES] but that did not help. – user1191140 Sep 19 '12 at 06:51
-
-
I am sorry, I did not quite get your suggestion. Can you please explain. I have set that in my ViewController. – user1191140 Sep 19 '12 at 06:55