-
Notifications
You must be signed in to change notification settings - Fork 317
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
带数字的小红点不圆,被切割了 #45
Comments
我看在 目前没收到这个反馈
发自网易邮箱大师
在2017年08月28日 10:36,AlleniCode 写道:
badgeFont = [UIFont systemFontOfSize:12]; 这样的圆点好像被切割了一点,变得不圆了
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
模拟器分辨率不够导致的渲染问题吧, 和代码没关系, CMD + 1 看看园不圆 |
真机调试的,改成这样badgeFont = [UIFont systemFontOfSize:11];就没有问题,应该不是渲染问题吧 |
@AlleniCode 我这样设置没问题,字体大小无关
|
@LuYu001 你把字体设置的大一点试试呢?12+的字号试一下 |
把你的不圆的截图上来看看呗
发自我的 iPhone
… 在 2017年8月30日,18:29,AlleniCode ***@***.***> 写道:
@LuYu001 你把字体设置的大一点试试呢?12+的字号试一下
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@LuYu001 @weng1250 1、第一张: 2、第二张: 3、第三张: 4、第四张: 发现12号字和14号字有切边不圆,而13号字和15号字正常。 |
@AlleniCode 看上去就是渲染问题啊,换个分辨率高些的设备看看吧, 我这么写没有发现, 作者削圆的方法也很简单,就是
btw, 并不建议手动设置 frame, 并且没有任何意义,还可能导致别的问题
|
@LuYu001 我去掉badgeFrame的设置,也是一样的,不知道哪里出了问题。。。 |
@AlleniCode 请问你解决这个问题了么,我也遇到了 |
badgeFont = [UIFont systemFontOfSize:12]; 这样的圆点好像被切割了一点,变得不圆了
The text was updated successfully, but these errors were encountered: