1

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.

4

1 回答 1

1

我的工作是在导航栏的标题视图中添加一个 UIView 并根据需要尽可能多地扩展它,然后您可以根据需要放置尽可能多的控件。

在此处输入图像描述

于 2017-04-03T12:08:38.993 回答