I
Try it like this:
self.navigationItem.titleView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"logo"]];
Also make sure UIImage is not nil and it does have a valid image.