English 中文(简体)
• 如何将背顿形作为平常的后arrow?
原标题:How to set the back button shape as back arrow for normal view?
  • 时间:2011-08-11 09:02:58
  •  标签:
  • iphone

我正在开发一个我不使用导航控制器的申请。 但我每页都使用航道。 在这一点上,我要安放一个与UINavigation Controller s子一样的后ton子。 我为此起草了以下法典。 但它没有给我想要的产出。 因此,请告诉我如何这样做。

UINavigationItem *odritm=[[UINavigationItem alloc]initWithTitle:@"Ins"];

UIButton* backButton = [UIButton buttonWithType:101];

 [backButton addTarget:self action:@selector(backAction)forControlEvents:UIControlEventTouchUpInside];

[backButton setTitle:@"Back" forState:UIControlStateNormal];  
 UIBarButtonItem* backItem = [[UIBarButtonItem alloc] initWithCustomView:backButton];

odritm.leftBarButtonItem=backItem;
最佳回答

你们可以添加一个习俗 but子,把其背景形象描绘成一个arrow死背.的 but光。 为了解决显示一个突出的非物质纽吨的问题,请。 • 如何形成有习俗的 but子?

而且,我不认为存在一个 but子。 WithType:101. 最大值为5

EDIT:你不得不使用透明图像。

问题回答

暂无回答




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

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

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

热门标签