For example,
UIImageView *iconView = [cell.contentView viewWithTag:TestTag];
I remember that if I don't cast the type explicitly there will has warning before, but now Xcode doesn't show that, and my Xcode version is 7.1.1, is that a new feature or I modify some configs? who can tell me why?