Skip to content

Commit

Permalink
Update HDWindowLoggerSwift.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed Jun 7, 2020
1 parent eb8d74d commit ee9b614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ public class HDWindowLoggerSwift: UIWindow, UITableViewDataSource, UITableViewDe

private lazy var mTipLabel: UILabel = {
let tLabel = UILabel()
tLabel.text = "HDWindowLogger v2.0"
tLabel.text = "HDWindowLogger v2.1.0"
tLabel.textAlignment = NSTextAlignment.center
tLabel.font = UIFont.systemFont(ofSize: 12)
tLabel.textColor = UIColor(red: 255.0/255.0, green: 255.0/255.0, blue: 255.0/255.0, alpha: 1.0)
Expand Down

0 comments on commit ee9b614

Please sign in to comment.