mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change cell selection background color to be blue. Issue #619
This commit is contained in:
@@ -129,12 +129,19 @@ class MasterTableViewCell : UITableViewCell {
|
||||
private extension MasterTableViewCell {
|
||||
|
||||
func commonInit() {
|
||||
theme()
|
||||
addSubviewAtInit(unreadCountView)
|
||||
addSubviewAtInit(faviconImageView)
|
||||
addSubviewAtInit(titleView)
|
||||
addDisclosureView()
|
||||
}
|
||||
|
||||
|
||||
func theme() {
|
||||
let bgView = UIView()
|
||||
bgView.backgroundColor = AppAssets.selectionBackgroundColor
|
||||
selectedBackgroundView = bgView
|
||||
}
|
||||
|
||||
func addDisclosureView() {
|
||||
|
||||
disclosureButton = UIButton(type: .roundedRect)
|
||||
|
||||
Reference in New Issue
Block a user