English 中文(简体)
• 如何在同一网页上使用2台导航控制器
原标题:how to use two navigation controller in same page for iPhone Application

我的照片中没有一页。 并且正相互推动。 所有数据都来自服务器。 每页一页,一页一页就固定下来,同时推延部分页。 罚款。 哪怕是用 back子,所有东西都在做罚款。 但是,当我到达最后一页时,就会出现问题,当时我只想在上台两顿,然后才上页,而另一个则开页。 此前的纽特州的工作罚款,但接下来的纽特州却造成问题,这个问题将持续到第1页,但固定部分的页页数不一。 i) 规定如下:

-(IBAction)btnHome_Click:(id)sender
{
     TweetListing *rit= [[TweetListing alloc] initWithNibName:@"TweetListing" bundle:[NSBundle mainBundle]];
     addNavigationController = [[UINavigationController alloc] initWithRootViewController:rit];
     [self.navigationController presentModalViewController:addNavigationController animated:NO];
}

-(void) viewWillAppear:(BOOL)animated
{
    self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc]
                    initWithTitle:@"Home" style:UIBarButtonItemStylePlain
                    target:self action:@selector(btnHome_Click:)];
}

因此,请提供一些解决这一问题的法典。

问题回答

也许你不想与导航控制员一道管理这一情报。 添加背后、向前推进和重载纽顿,只是给观点的底层增添一个工具障碍,并添加必要的《世界倡议》。 Apple果包括一只非常有用的小块,如Interface Buildinger的“移动式”望远镜。





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

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

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

热门标签