前言
更新Xcode后跑新机型出现黑线
1671695693128.jpg原代码:
_hintLabel = [[GestureLockHintLabel alloc] initWithFrame:rect2];
处理后代码:
_hintLabel = [[GestureLockHintLabel alloc] initWithFrame:CGRectIntegral(rect2)];
前言
_hintLabel = [[GestureLockHintLabel alloc] initWithFrame:rect2];
_hintLabel = [[GestureLockHintLabel alloc] initWithFrame:CGRectIntegral(rect2)];
本文标题:iOS-UILabel出现黑线问题
本文链接:https://www.haomeiwen.com/subject/szemqdtx.html
网友评论