UIBarButtonItem does not extend UIView, so there is nothing like a frame property.
UIBarButtonItem
UIView
But is there any way I can get what is it\'s CGRec
CGRec
I didn't see this option posted (which in my opinion is much simpler), so here it is:
UIView *barButtonView = [barButtonItem valueForKey:@"view"];