1

I need to put segmented control into navigation bar below the title and other buttons. How do I make this? Everything I found so far says you can't increase the height of navigation bar without hacks. Is it even possible?

https://drive.google.com/file/d/0B2fViGVp6nhhOEdJSU0zeWZiS1U/view?pli=1

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
misha2400
  • 195
  • 2
  • 9

1 Answers1

1

Why don't you put both of them separately? On top navigation bar and below that UISegmentControl.

Just make sure background for UISegmentControl should be matched and aligned with UINavigation bar.

Hope that helps.

Mrunal
  • 13,982
  • 6
  • 52
  • 96
  • Will I get a hairline between them? I have to make sure it has no dividers. – misha2400 Oct 16 '14 at 13:12
  • I dont think so if color scheme and background is aligned then no. Give a try because that's the easiest way. You can quickly check this over storyboard or xib update and quick run. – Mrunal Oct 16 '14 at 13:13