How to add 2 buttons into the UINavigationbar on the right side without IB?

Viewed 63233

How can I add 2 buttons into the UINavigationBar without XIB?
The 2 buttons should be aligned on the right side of the UINavigationBar.

I know how I can add one button, but how about two?

17 Answers
Related