I have a button in a toolbar. How can I grab its frame? Do UIBarButtonItems not have a frame property?
UIBarButtonItem
frame
You can create a UIBarButtonItem with a custom view, which is a UIButton, then you can do whatever you want. :]