mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-01 11:36:56 +01:00
Fix table section header background color
This commit is contained in:
parent
c9d9045a7f
commit
dcb65f6454
@ -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)!
|
||||
|
@ -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()
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user