目次
Xcode の新機能
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
アプリで VoiceOver をサポート
shouldGroupAccessibilityChildren
accessibilityCustomRotors
accessibilityElementsHidden
accessibilityRespondsToUserInteraction
accessibilityViewIsModal
var shouldGroupAccessibilityChildren: Bool
Sendable
標準ライブラリ
true
false
static func yield() async
static func sleep(nanoseconds: UInt64) async throws
static func sleep(for:tolerance:clock:)
Instant
Duration
タスクのキャンセル
struct CancellationError
func cancel()
var isCancelled: Bool
static var isCancelled: Bool
static func checkCancellation() throws
func withTaskCancellationHandler<T>(operation: () async throws -> T, onCancel: () -> Void) async rethrows -> T
func withTaskCancellationHandler<T>(handler: () -> Void, operation: () async throws -> T) async rethrows -> T
func addTask(priority: TaskPriority?, operation: () async -> ChildTaskResult)
func addTaskUnlessCancelled(priority: TaskPriority?, operation: () async -> ChildTaskResult) -> Bool
StringLiteralType
ExtendedGraphemeClusterLiteralType
T
U
V
W
XYZ