objc.
This commit is contained in:
parent
9b336dc2ec
commit
b32cbd8566
@ -183,7 +183,7 @@ static const CGFloat VertialShadowOffset = 6;
|
||||
button.translatesAutoresizingMaskIntoConstraints = NO;
|
||||
UIImage *image = [[MVMCoreUIUtility imageNamed:@"closeXBlack"] imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];
|
||||
[button setImage:image forState:UIControlStateNormal];
|
||||
[button setTintColor:UIColor.blackColor];
|
||||
[button setTintColor:[UIColor blackColor]];
|
||||
|
||||
//accessibility
|
||||
button.accessibilityLabel = [MVMCoreUIUtility hardcodedStringWithKey:@"AccCloseButton"];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user