前言
更新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)];