Hi,
I'm creating a button with the following code:
UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed
"b_add.png"] style:UIBarButtonItemStylePlain target:self action
selector(cmdAdd)];
The problem is that the button creates with UIBarButtonItemStyleBordered instead of UIBarButtonItemStylePlain.
Anyone know why this is?
I'm creating a button with the following code:
UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed
The problem is that the button creates with UIBarButtonItemStyleBordered instead of UIBarButtonItemStylePlain.
Anyone know why this is?