I have custom navigation bar
and content a button bar
I need create segue from my bar button to my custom navigation with kind present modally
but programmatically not from storyboard
this work but segue kind is push
self.navigationController?.pushViewController("", animated: true)
what I should do get it with present modally