myCustomController *controller = [myMutableArray objectAtIndex:page];
NSLog(@"%@",controller); // <- THIS RETURNS NULL IN CONSOLE
if ((NSNull *)controller == [NSNull null]) {
// Why is the above check not working if controller in console says it's null?
// It's not jumping into this loop. Has something changed in iOS4.0 SDK?
}
что не так с этой null
проверкой viewController
, похоже, она не работает.