我想知道有没有办法比较两个UIStoryboard对象?
通过使用以下代码,我没有得到一个真正的布尔值为什么???有没有办法比较两个UIStoryboard类型对象?
if ([[UIApplication sharedApplication].keyWindow.rootViewController.presentedViewController.storyboard isEqual:[UIStoryboard storyboardWithName:@"ExampleStoryboard" bundle:[NSBundle mainBundle]]]) {
NSLog(@"NOT TRUE HERE????")
}