Skip to content

Commit 754d5ca

Browse files
committed
.
1 parent 589ce1e commit 754d5ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Demo/Demo/Details/CheckingViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class CheckingViewController: ViewController<CheckingView> {
3939

4040
// 目前的问题是, 如果内容显示全 是OK的, 如果显示不全 就会有问题, 比如numberOfLines = x 或者 height较小.
4141

42-
let label = UILabel(frame: .init(x: 15, y: 80, width: 414 - 30, height: 750))
42+
let label = UILabel(frame: .init(x: 12, y: 80, width: 414 - 24, height: 750))
4343
label.backgroundColor = .white
4444
view.addSubview(label)
4545
label.attributed.observe(.regex("a")) { (result) in

0 commit comments

Comments
 (0)