-
Notifications
You must be signed in to change notification settings - Fork 93
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
图片支持方式太不友好了 #6
Comments
同问,一般只有有白天和夜晚两种皮肤模式,图片支持方式不友好。 |
Sketch切出来的图片 更换主题时 会把细节全部覆盖 eg:Demo中间按钮的白色加号也会渲染成其他颜色。但是你的图片却不会。这两张图片有什么区别吗? @iphone5solo |
@wuyeRoy 我使用的是一张图片。 设置渲染模式为UIImageRenderingModeAlwaysTemplate [plusBtn setImage:[[UIImage imageNamed:@"tab_publish_nor"] imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate] forState:UIControlStateNormal]; |
@iphone5solo 我就是在你的demo上改的 只是将图片换成我自己的图片而已,也就放了一张3X的。但是出现了这样的效果,想问下你图片有什么不同 或者我应该做怎么样的调整? |
@wuyeRoy 你的图是什么? 怎样的效果?截一下图 |
这是图片的问题,可能和图片的渲染层次有关,这个具体我也不大了解,可以询问美工! |
@iphone5solo 好的 |
我的问题是:我的图片中间加号并非镂空的 ,而是加上去的一张小图片..... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果需要改变的图片很多,最后回调回来的是一个数组,在里边根本找不到对应的控件来设置对应的图片,不可能每一个都添加tag标记,然后通过tag来设置吧?
The text was updated successfully, but these errors were encountered: