diff --git a/VDS/Extensions/UIDevice.swift b/VDS/Extensions/UIDevice.swift index ccce58c9..b41e4407 100644 --- a/VDS/Extensions/UIDevice.swift +++ b/VDS/Extensions/UIDevice.swift @@ -9,6 +9,8 @@ import Foundation import UIKit extension UIDevice { + + /// Helper property to see if your current device running is an iPad or not public static var isIPad: Bool { UIDevice.current.userInterfaceIdiom == .pad }