Removed button black background
This commit is contained in:
parent
7d7d03a1cc
commit
0ac277562f
@ -43,8 +43,7 @@
|
|||||||
UIImage *btnImage = [UIImage imageNamed:@"flash.png"];
|
UIImage *btnImage = [UIImage imageNamed:@"flash.png"];
|
||||||
|
|
||||||
[button setImage:btnImage forState:UIControlStateNormal];
|
[button setImage:btnImage forState:UIControlStateNormal];
|
||||||
[button setBackgroundColor: [UIColor blackColor] ];
|
|
||||||
|
|
||||||
//[button setBackgroundColor:[UIColor colorWithRed:.859 green:.765 blue:.616 alpha:1.0] forState:UIControlStateHighlighted];
|
//[button setBackgroundColor:[UIColor colorWithRed:.859 green:.765 blue:.616 alpha:1.0] forState:UIControlStateHighlighted];
|
||||||
|
|
||||||
//button.center = CGPointMake( 0,0);
|
//button.center = CGPointMake( 0,0);
|
||||||
|
Loading…
Reference in New Issue
Block a user