ios - create a custom navbar that can handle push actions -


i want (custom buttons in topbar):

enter image description here

currently i've implemented custom view buttons. need add support of pushing new controllers clicking these buttons -> , here i've faced:

push segues can used when source controller managed instance of uinavigationcontroller.' 

is possible create custom navbar can handle push actions?

in xcode hold ctrl , drag button other view controller , click modal on drop down.


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -