English 中文(简体)
从讲英语的URL活体中获取错误的反农业形象
原标题:Getting wrong backgroud image from live URL in iphone
  • 时间:2012-05-21 13:08:22
  •  标签:
  • iphone
  • ios5

我正试图从具有透明背景的URL那里获得图像。

但是,当我试图利用NSData时,我正相反地看到黑色背景。

UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];
NSData *imgageURL = [NSData dataWithContentsOfURL:[NSURL URLWithString:@"Image URL"]]; 
UIImage *image = [UIImage imageWithData:imageURL];

[button setImage:image forState:UIControlStateNormal];

在这里,我有黑色背景,而不是透明。

我如何从URL获得透明的形象来工作?

问题回答

首先,检查图像是否具有真正透明的背景(请你提供图像ur)。 巴布亚新几内亚是否形象?

Second, check what color is the background of button s superview (and it s superviews), you can set it to [UIColor clearColor]

希望会有助于

B. 使用 set草场 图像:布顿 形象而不是固定。

UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];
[button setBackgroundColor:[UIColor clearColor]];
NSData *imgageURL = [NSData dataWithContentsOfURL:[NSURL URLWithString:@"Image URL"]]; 
UIImage *image = [UIImage imageWithData:imageURL];
[button setImage:image forState:UIControlStateNormal];

只有一个背景问题。

或者在光店打开接收图像。





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签