Use Dynamic
instead.
Enumeration
列挙
Content
ContentSizeCategory
The sizes that you can specify for content.
Deprecated 非推奨
Availability 有効性
- iOS 13.0–15.4 Deprecated
- iPadOS 13.0–15.4 Deprecated
- macOS 10.15–12.3 Deprecated
- Mac Catalyst 13.0–15.4 Deprecated
- tvOS 13.0–15.4 Deprecated
- watchOS 6.0–8.5 Deprecated
Technology
- Swift
UI
Declaration 宣言
enum ContentSizeCategory
Topics 話題
Content Size Categories
Creating a Size Category
init?(UIContentSizeCategory )
Create a size category from its UIContentSizeCategory equivalent.
Getting All Size Categories 全てのサイズカテゴリを取得する
static var allCases : [ContentSizeCategory ]
A collection of all values of this type.
この型の全ての値からなるコレクション。
typealias AllCases
A type that can represent a collection of all values of this type.
ある型、それはこの型の全ての値からなるあるコレクションを表すことができます。
Comparing Content Size Categories コンテンツサイズカテゴリを比較する
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番目の引数のそれより大きいまたは等しいかどうかを指し示すブール値を返します。
func hash(into: inout Hasher)
Hashes the essential components of the content size category by passing them into the given hash function.
var hashValue : Int
The hashed value of the content size category.