Reputation: 2682
I want to set my UIBarButtonItem.title
underneath the UIBarButton
image.
I tried using :
myBarButton.setTitlePositionAdjustment(UIOffset(horizontal: 5,vertical: -5), for: UIBarMetrics.default)
the text doesn't show though. Any ideas?
It is not possible for me to integrate UITabBar
just in case this is your answer.
Upvotes: 0
Views: 89
Reputation: 4474
You can adjust your button's title and image with "Size Inspector". Size inspector found in "utilities area".
Upvotes: 1