Iqbal Khan
Iqbal Khan

Reputation: 4617

How to restore the Navigation Bar height

Navigation Controller height double I accidentally increase the size of UINavigation controller. But i am unable to found a way to change its height back to the normal height from size inspector or interface builder.

The size inspector is not allowing me to edit its height. Any idea to restore it to its original height in interface builder.

Upvotes: 0

Views: 282

Answers (3)

Ishu
Ishu

Reputation: 12787

Actually what happens you mistakenly change the 'Top Bar' value from attributes inspector.

What you need to do set it 'Navigation Bar' instead this 'Navigation Bar With Prompt'.

see in the imageenter image description here

Upvotes: 2

B25Dec
B25Dec

Reputation: 2377

Delete this navBar and assign new one

Upvotes: 0

Rengers
Rengers

Reputation: 15238

You could just drag in a new one and reconnect any outlet.

Upvotes: 0

Related Questions