var isAccessibilityCategory : Bool
A Boolean value indicating whether the content size category is one that is associated with accessibility.
static func == (ContentSizeCategory , ContentSizeCategory ) -> Bool
Indicates whether two content size categories are equal.
static func != (Self, Self) -> Bool
Indicates whether two content size categories are unequal.
static func < (ContentSizeCategory , ContentSizeCategory ) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than that of the second argument.
最初の引数の値が2番目の引数のそれより少ないかどうかを指し示しているブール値を返します。
static func <= (ContentSizeCategory , ContentSizeCategory ) -> Bool
Returns a Boolean value indicating whether the value of the first argument is less than or equal to that of the second argument.
最初の引数の値が2番目の引数のそれより少ないまたは等しいかどうかを指し示すブール値を返します。
static func > (ContentSizeCategory , ContentSizeCategory ) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than that of the second argument.
最初の引数の値が2番目の引数のそれより大きいかどうかを指し示すブール値を返します。
static func >= (ContentSizeCategory , ContentSizeCategory ) -> Bool
Returns a Boolean value indicating whether the value of the first argument is greater than or equal to that of the second argument.
最初の引数の値が2番目の引数のそれより大きいまたは等しいかどうかを指し示すブール値を返します。