0

I have a UINavigationController that pushes a UiviewController to it's stack. This UIViewController has a UITableView.

I have an edit table button in the top left of the navigation bar which means I've lost my back button.

How can I have both?

EmptyStack
  • 51,274
  • 23
  • 147
  • 178
dubbeat
  • 7,706
  • 18
  • 70
  • 122

1 Answers1

0

if you want to set 2 buttons as left bar button item, then check this

Multiple UIBarButtonItems in UINavigationBar

In this link there are 2 buttons set as right bar button item, You can set as leftbarbuttonitem inplace of rightbarbuttonitem.

Community
  • 1
  • 1
SriPriya
  • 1,240
  • 15
  • 22