"Check if this is iPad" //Detect if this is an iPadif (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad){ //this is iPad}