-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swift4中,出现点击区域不正确问题 #31
Comments
你好,我的框架必须设置字体才有效,例如 |
很感谢你的意见,我使用了字体之后,点击就正常了 |
你好 不走点击事件方法
、、、、、、、
|
eg:
let label = UILabel()
let labelStr = """
今天是个好日子
practice; custom; tradition; convention
"""
label.attributedText = NSMutableAttributedString.init(string: labelStr)
label.yb_addAttributeTapAction(with:["practice","custom","tradition","convention"], delegate: self)
r:
在代理方法中,打印,当我点击"tradition"的时候,打印输出显示string是convention的问题,请问我应该如何解决这个问题
The text was updated successfully, but these errors were encountered: