在 UINavigationController 中,我必须在 swift 中使用两个带有图像的 rightBarButtonItem

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

在我的应用程序中,我必须在 UINavigationController 中使用两个 rightBarButtonItem 和 swift 3.0 中的图像,我在下面发布图像,

在给定的图像中,我非常担心创建帐户和登录 rightBarbuttonItem 的图像,我如何添加这些图像和按钮之间的边框,就像给定的示例一样。

任何帮助都将不胜感激。

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