目次
Xcode の新機能
A
B
C
D
E
F
G
H
I
let inlinePresentationIntent
enum AttributeScopes.FoundationAttributes.InlinePresentationIntentAttribute
型エイリアス
struct InlinePresentationIntent
インラインで提示の意図の作成
init(rawValue: UInt)
インラインでの提示の意図を認識
static var code: InlinePresentationIntent
static var emphasized: InlinePresentationIntent
static var lineBreak: InlinePresentationIntent
static var softBreak: InlinePresentationIntent
static var strikethrough: InlinePresentationIntent
static var stronglyEmphasized: InlinePresentationIntent
型プロパティ
static var blockHTML: InlinePresentationIntent
static var inlineHTML: InlinePresentationIntent
let presentationIntent: AttributeScopes.FoundationAttributes.PresentationIntentAttribute
enum AttributeScopes.FoundationAttributes.PresentationIntentAttribute
型エイリアス
struct PresentationIntent
イニシャライザ
構造体
struct PresentationIntent.IntentType
イニシャライザ
init(from: Decoder)
インスタンスプロパティ
var debugDescription: String
var hashValue: Int
var identity: Int
var kind: PresentationIntent.Kind
インスタンスメソッド
func encode(to: Encoder)
func hash(into: inout Hasher)
演算子関数
static func != (PresentationIntent.IntentType, PresentationIntent.IntentType) -> Bool
static func == (PresentationIntent.IntentType, PresentationIntent.IntentType) -> Bool
ビューのサイズに影響を与える
func frame(width: CGFloat?, height: CGFloat?, alignment: Alignment) -> some View
func frame(depth: CGFloat?, alignment: DepthAlignment) -> some View   Beta  
func frame(minWidth: CGFloat?, idealWidth: CGFloat?, maxWidth: CGFloat?, minHeight: CGFloat?, idealHeight: CGFloat?, maxHeight: CGFloat?, alignment: Alignment) -> some View
func frame(minDepth: CGFloat?, idealDepth: CGFloat?, maxDepth: CGFloat?, alignment: DepthAlignment) -> some View   Beta  
func containerRelativeFrame(Axis.Set, alignment: Alignment) -> some View
func containerRelativeFrame(Axis.Set, alignment: Alignment, (CGFloat, Axis) -> CGFloat) -> some View
func containerRelativeFrame(Axis.Set, count: Int, span: Int, spacing: CGFloat, alignment: Alignment) -> some View
func fixedSize() -> some View
func fixedSize(horizontal: Bool, vertical: Bool) -> some View
func layoutPriority(Double) -> some View
struct PresentationIntent.TableColumn
イニシャライザ
init(alignment: PresentationIntent.TableColumn.Alignment)
init(from: Decoder)
インスタンスプロパティ
var alignment: PresentationIntent.TableColumn.Alignment
var hashValue: Int
インスタンスメソッド
func encode(to: Encoder)
func hash(into: inout Hasher)
演算子関数
static func != (PresentationIntent.TableColumn, PresentationIntent.TableColumn) -> Bool
static func == (PresentationIntent.TableColumn, PresentationIntent.TableColumn) -> Bool
列挙型
enum PresentationIntent.TableColumn.Alignment
型エイリアス
enum PresentationIntent.Kind
列挙型 Case
case blockQuote
case codeBlock(languageHint: String?)
case header(level: Int)
case listItem(ordinal: Int)
case orderedList
case paragraph
case table(columns: [PresentationIntent.TableColumn])
case tableCell(columnIndex: Int)
case tableHeaderRow
case tableRow(rowIndex: Int)
case thematicBreak
case unorderedList
イニシャライザ
init(from: Decoder)
インスタンスプロパティ
var debugDescription: String
var hashValue: Int
インスタンスメソッド
func encode(to: Encoder)
func hash(into: inout Hasher)
演算子関数
static func != (PresentationIntent.Kind, PresentationIntent.Kind) -> Bool
static func == (PresentationIntent.Kind, PresentationIntent.Kind) -> Bool
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
XYZ