iosiphoneswift3uinavigationcontrollerrightbarbuttonitem

In UINavigationController, I have to use two rightBarButtonItem with Image in swift


In my Application, i have to use two rightBarButtonItem in UINavigationController with image in swift 3.0, I'm posting the Image below,

enter image description here

In the given image, i'm very worried about Create Account and Login rightBarbuttonItem's image, how do i add those images and the border between the buttons exactly like the given sample.

Any help will be appreciable.


Solution

  • What my work around is to add a UIView inside of navigation bar's title view and expend it as much as required and then you can place as much control as you want.

    enter image description here