开发者

standard way of adding button

开发者 https://www.devze.com 2023-02-03 15:33 出处:网络
I need to know on my navigationItem i add back, title uiSegmentedController and itemAdd button\'s. Is it proper way to add that?

standard way of adding button

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

0

精彩评论

暂无评论...
验证码 换一张
取 消