standard way of adding button
I need to know on my navigationItem i add back, title uiSegmentedController and itemAdd button's.
Is it proper way to add that?
If it is yes..... how to add 开发者_运维技巧sigmentedcontroller near to ItemAdd button
You dont need to add back button on navigation bar if you are using a navigationController.
Assuming that you are using a navigationController just add
self.title = @"Title";
in the previous view.
If not than its fine
HI
This is a proper and absolutely correct way to add buttons in the navgation controller,though you could do with a smaller back button.
Cheers
精彩评论