We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好! 不知道你们发现没有呀,如题所述问题.模糊感,感觉怪怪的.是不是字体被压缩还是放大了?求支援...
The text was updated successfully, but these errors were encountered:
发一下截图吧
Sorry, something went wrong.
layer.bounds = CGRectMake(0, 0, ceilf(size.width), ceilf(size.height)); layer.position = CGPointMake(ceilf(point.x), ceilf(point.y));
-(CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section{ return 0.1; }
改成 return CGFLOAT_MIN; footer同理。 或者第二种解决方法:UITableViewStyleGrouped 改成 UITableViewStylePlain,删除heightForHeaderInSection 和 heightForFooterInSection方法
return CGFLOAT_MIN;
UITableViewStyleGrouped
UITableViewStylePlain
heightForHeaderInSection
heightForFooterInSection
具体用模拟器的 Debug->Color Misaligned Images 查看 红色就是没有对齐
Debug
Color Misaligned Images
No branches or pull requests
你好! 不知道你们发现没有呀,如题所述问题.模糊感,感觉怪怪的.是不是字体被压缩还是放大了?求支援...
The text was updated successfully, but these errors were encountered: