I would like to have two rightBarButtonItems on navigation bar. One for Edit and the other for Add.
Obviously I can\'t make it using Interface Builder.
Does anyb
if someone is passing by, here is the swift answer :
let barButton_array: [UIBarButtonItem] = [Button1, Button2] navigationItem.setRightBarButtonItems(barButton_array, animated: false)