1

I search "for default height uibarbuttonitem" in google and found nothing.

Where in the documentation it is mentioned?

This is for portrait.

Some says the size is 20. I tried 20 and there is no way the size is 20. It should be much higher.

The purpose of this question is so I can create a REGULAR button that emulates a UIBarButtonItem.

Note: most people say it's 20.

I set the height as 20 and it's clearly seen that the regular button is much smaller than UIBarButtonItem.

enter image description here

Should I include a screenshot?

As you see, the bottom campaign is 20 points height. And that's much shorter than the upper UIBarButton. So the upper UIBarButton can't be 20 points. How much?

Septiadi Agus
  • 1,775
  • 3
  • 17
  • 26

2 Answers2

4
   The default height of UIBarButton is 20 points
Vivek Sehrawat
  • 6,560
  • 2
  • 26
  • 39
2

About 20×20 points, according to the Human Interface Guidelines

Ravindhiran
  • 5,304
  • 9
  • 50
  • 82