English 中文(简体)
A. 故事片中的变化观点控制者
原标题:change viewcontroller in the storyboard

存在问题,我想利用各种应用方法改变视力控制器。 但是,它没有工作。 我的守则是:

- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(UIControl *)control
{
    NSLog(@"calloutAccessoryControlTapped");
    Restaurant *location = [view annotation];


//    RestaurantDetail *resdetail = [[RestaurantDetail alloc] init];
    RestaurantDetail *resdetail = [self.storyboard instantiateViewControllerWithIdentifier:@"details"];
    [resdetail setLocation:location];
    [self.view addSubview:resdetail.view];

}

我利用故事片来形成这一看法。 该法典在旧的相对照运行。 但是,我希望利用故事片。 不幸的是,它没有工作。 谁帮助我?

问题回答

如果你从一位观点控制者向另一个观点控制者创立一个名词典,并在此启动,那么你就会有更大的uck。 我认为,这在幕后更进一步(见could)。 确实是人工操作的,但我不知道什么是非直接的。

[self performSegueWithIdentifier:@"MyNamedSegue" sender:sender];




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

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

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

热门标签