ios - create a custom navbar that can handle push actions -
i want (custom buttons in topbar):
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
Post a Comment