Hi, how can I skin the look of the button in UINavigationBar?
Tried this UIBarButtonItem *myToolbarItem = [[[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"myImage.png"] style:UIBarButtonItemStyleBordered target:self action:nil] autorelease];
Doesn't quite do it.
Thanks, Tee