I am shrinking the height of the enclosing UIToolbar and don't want to clip the button. Anyone know how to get at the height value?
Thanks, Patrick
For anyone interested, you can set the height of the toolbar with a constraint. I figured out how to determine the UIBarButton height: Construct it from a UIButton (custom view). The frame of that button gives you what you need. I then set the toolbar constraint to have the height a few points more than the button frame's height.