I can reproduce the following navigation bar for one view:

However, as soon as I move to the next view after clicking the button, I will lose the two upper icons on the right (search, profile). I understand that setting up a navigation item from a storyboard is usually done for each view. I can replicate these elements for each view, but I was wondering if there is a better way to do this once.
Is there a tutorial that explains how to maintain a custom navigation bar in many views?
source share