English 中文(简体)
UIButton图像被歪曲
原标题:UIButton image gets distorted

我试图使我的UIButton在我的导航主计长的酒吧。 然而,当我试图这样做时,我的形象被歪曲。

这里使用的是:

UIButton *sampleButton = [UIButton buttonWithType:UIButtonTypeCustom];
[sampleButton setTitle:@"Title" forState:UIControlStateNormal];
[sampleButton setBackgroundImage:[[UIImage imageNamed:@"but.png"] [sampleButton addTarget:self action:@selector(pushNav)];
self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithCustomView:sampleButton];

如果得到任何帮助,我就在mad、 lo的边缘。 增 编

最佳回答

我最后说,从来就没有明了。 . ......你们必须使用CGRectMake,这取决于你是否将纽芬兰语作为项目。

[sampleButton setFrame:CGRectMake(0,32,90,32)];

90把图像延伸到所需时间。

确保你不把彩票的样本Button作为使上述法典赢得必要的工作的项目。

问题回答

暂无回答




相关问题
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风格的解决办法,只是一个简单的袖珍流程......

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

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

热门标签