Since a command like navigationController.navigationItem.leftBarButtonItem.width returns a zero, how can I get the size of the button? It is one of the preset UIBarButtonSystemItem's.
A:
What does ...leftBarButtonItem.customView.bounds.size.width
give you?
John Franklin
2010-08-06 18:51:11
returns 0. the button does not have customView set.
SaltyNuts
2010-08-06 20:43:26