开发者

setBackgroundImage behaviour changed on ipad 4.2

开发者 https://www.devze.com 2023-01-27 08:10 出处:网络
after the update to 4.2 the setBackgroundImage behaviour changed! in my custom uibutton i have a white image as background (set with setBackgroundImage:forState:) and another image with a transparent

after the update to 4.2 the setBackgroundImage behaviour changed! in my custom uibutton i have a white image as background (set with setBackgroundImage:forState:) and another image with a transparent layer (set with setImage:forState:) On iPad 3.2 and on all versions of iPhone this gets rendered as

setBackgroundImage behaviour changed on ipad 4.2

while on an iPad with ios 4.2 it gets rendered as

http://i52.tinypic.com/530005.png

i don't know whether the background image is spreading outside its bounds (256x128) or it reduces the si开发者_JS百科ze of the above image. This happens both on device and on simulator.


Well after a long search, I couldn't find any reason behind this.

I worked around it by loading the custom button programmatically instead of from Interface Builder.

I hope it helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号