Pach
Pach

Reputation: 861

Add space or margin to UIBarButtons in UINavigationBar

Is possible to add a 5px margin to the buttons on my Navigation Bar?

enter image description here

Upvotes: 0

Views: 408

Answers (1)

You could try to add a view to that navigation bar that has two subviews, one for the margin and one for the actual button. If that fails, try adding 5 (or for Retina displays 10) pixels to your image inside the button.

Upvotes: 1

Related Questions