The new iPad Mini has a 7.9 inch screen size. Does it have a retina display? Will it automatically scale existing xibs and storyboards or do we have to create two versions o
To detect iPad Mini (any model) i'm using this code (tested on iOS 10.x):
- (BOOL)isIPadMini { return [[UIDevice currentDevice].name hasPrefix:@"iPad Mini"]; }