-1

I want to make a navigation bar looking like BRED's application :

BRED's main view

But I don't know how to remove the border and the bottom of the bar button.

Thank you for your advices

Rob
  • 15,732
  • 22
  • 69
  • 107

1 Answers1

2

If iOS 5 or greater check out the UIAppearance API. Otherwise, there are a bunch of resources on SO to customize the nab bar, including this one. There is no way to just remove the border, you will have to create it from scratch.

Community
  • 1
  • 1
coneybeare
  • 33,113
  • 21
  • 131
  • 183