Constants
enum Constants
A collection of constants used throughout the app.
-
Returns
true
if the device is a Mac.Declaration
Swift
static var isMac: Bool { get }
-
Returns
true
if the device is an iPad or a Mac.Declaration
Swift
static var isLargerScreen: Bool { get }