separator color fix for list item
This commit is contained in:
parent
4d905bb17d
commit
85675b8637
@ -114,6 +114,11 @@
|
||||
} else {
|
||||
self.hidden = YES;
|
||||
}
|
||||
|
||||
NSString *colorString = [json string:KeyBackgroundColor];
|
||||
if (colorString) {
|
||||
self.backgroundColor = [UIColor mfGetColorForHex:colorString];
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark - helper
|
||||
|
||||
Loading…
Reference in New Issue
Block a user