XCode 15.0 日本語化計画:New Human Interface Guideline
段落、リスト、ブロック引用符、表などの文字ブロックの提示意図を定義する型。
提示意図は文字のブロックを適用し、リスト、ブロック引用、表の提示などの特性をカバーします。
init(PresentationIntent.Kind, identity: Int, parent: PresentationIntent?)
init(types: [PresentationIntent.IntentType])
var components: [PresentationIntent.IntentType]
static func != (PresentationIntent, PresentationIntent) -> Bool
static func == (PresentationIntent, PresentationIntent) -> Bool
struct PresentationIntent.IntentType
struct PresentationIntent.TableColumn
let inlinePresentationIntent: AttributeScopes.FoundationAttributes.InlinePresentationIntentAttribute
インライン提示意図の属性にアクセスするためのプロパティ。
インラインの提示意図を属性として使用するための型。
struct InlinePresentationIntent
強調、取り消し線、コードボイスなどの特性について、一連の文字の表示意図を定義する型。
let presentationIntent: AttributeScopes.FoundationAttributes.PresentationIntentAttribute
提示意図属性にアクセスするためのプロパティ。
enum AttributeScopes.FoundationAttributes.PresentationIntentAttribute
提示意図を属性として使用するための型。
段落、リスト、ブロック引用符、表などの文字ブロックの提示意図を定義する型。