有没有办法比较两个UIStoryboard对象?

时间:2016-11-09 11:44:44

标签: objective-c xcode storyboard

我想知道有没有办法比较两个UIStoryboard对象?

通过使用以下代码,我没有得到一个真正的布尔值为什么???有没有办法比较两个UIStoryboard类型对象?

if ([[UIApplication sharedApplication].keyWindow.rootViewController.presentedViewController.storyboard isEqual:[UIStoryboard storyboardWithName:@"ExampleStoryboard" bundle:[NSBundle mainBundle]]]) {

    NSLog(@"NOT TRUE HERE????")
}

0 个答案:

没有答案