Fix table section header background color

This commit is contained in:
Maurice Parker 2019-04-28 15:53:16 -05:00
parent c9d9045a7f
commit dcb65f6454
3 changed files with 0 additions and 27 deletions

View File

@ -74,10 +74,6 @@ struct AppAssets {
return RSImage(named: "starOpenImage")!
}()
static var tableSectionHeaderColor: UIColor = {
return UIColor(named: "tableSectionHeaderColor")!
}()
static var timelineStarImage: RSImage = {
let image = RSImage(named: "starClosedImage")!
return image.maskWithColor(color: AppAssets.starColor)!

View File

@ -109,9 +109,6 @@ class MasterFeedTableViewSectionHeader: UITableViewHeaderFooterView {
private extension MasterFeedTableViewSectionHeader {
func commonInit() {
let view = UIView()
view.backgroundColor = AppAssets.tableSectionHeaderColor
backgroundView = view
addSubviewAtInit(unreadCountView)
addSubviewAtInit(titleView)
updateDisclosureImage()

View File

@ -1,20 +0,0 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
},
"colors" : [
{
"idiom" : "universal",
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "246",
"alpha" : "1.000",
"blue" : "246",
"green" : "246"
}
}
}
]
}