I have a button in a toolbar. How can I grab its frame? Do UIBarButtonItems not have a frame property?
UIBarButtonItem
frame
Check out this answer: How to apply borders and corner radius to UIBarButtonItem? which explains how to loop over subviews to find the frame of a button.