performSegueWithIdentifier无效

时间:2014-12-15 06:21:08

标签: ios objective-c storyboard

下面的方法' viewController'当api响应来自其他类的状态代码403时,通过本地通知调用。但app不执行segue&没有移动到其他视图控制器。有什么具体的原因吗?或者我做错了吗?

-(void)RequestForNewPin:(NSNotification *)notification
{
 [self performSegueWithIdentifier:@"hiddenButtonSegue" sender:nil];    
}

0 个答案:

没有答案