Skip to content

Commit

Permalink
remove debug background coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
troyshu committed Mar 5, 2017
1 parent a2b3cad commit 4ad3317
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion SwiftStockExample/DetailViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class DetailViewController: UIViewController,UICollectionViewDelegateFlowLayout,


chartView = ChartView.create()
chartView.backgroundColor = UIColor.yellow
chartView.delegate = self
chartView.translatesAutoresizingMaskIntoConstraints = false

Expand Down
3 changes: 1 addition & 2 deletions SwiftStockExample/SwiftStockKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,7 @@ class SwiftStockChart: UIView {

override init(frame: CGRect) {
super.init(frame: frame)
// backgroundColor = UIColor.clear
backgroundColor = UIColor.blue // debug
backgroundColor = UIColor.clear
color = UIColor.green
fillColor = color?.withAlphaComponent(0.25)
verticalGridStep = 3
Expand Down

0 comments on commit 4ad3317

Please sign in to comment.