mirror of
https://github.com/wahyd4/Yep.git
synced 2026-08-12 06:16:09 +10:00
color
This commit is contained in:
@@ -46,8 +46,6 @@ class DiscoverFilterCell: UITableViewCell {
|
||||
override init(style: UITableViewCellStyle, reuseIdentifier: String?) {
|
||||
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
||||
|
||||
layoutMargins = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20)
|
||||
|
||||
makeUI()
|
||||
}
|
||||
|
||||
@@ -63,6 +61,7 @@ class DiscoverFilterCell: UITableViewCell {
|
||||
lazy var checkLabel: UILabel = {
|
||||
let label = UILabel()
|
||||
label.text = "✓"
|
||||
label.textColor = UIColor.yepTintColor()
|
||||
return label
|
||||
}()
|
||||
|
||||
@@ -121,6 +120,7 @@ class DiscoverFilterView: UIView {
|
||||
|
||||
lazy var tableView: UITableView = {
|
||||
let view = UITableView()
|
||||
|
||||
view.dataSource = self
|
||||
view.delegate = self
|
||||
view.rowHeight = 60
|
||||
|
||||
Reference in New Issue
Block a user