custom right bar button item in ios6 is not transparent
问题 i am creating a custom right bar button item for my navbar using the following code : // create a toolbar UIToolbar* tools = [[UIToolbar alloc] initWithFrame:CGRectMake(0, 0, 50, 44.01)]; // create the array to hold the button, which then gets added to the toolbar NSMutableArray* buttons = [[NSMutableArray alloc] initWithCapacity:1]; // create a toolbar item with image NSString* pathToSettingsResourceFile = [[NSBundle mainBundle] pathForResource:@"19-gear" ofType:@"png"]; UIImage*