目次
Xcode の新機能
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
Text
文字列からテキストビューを作成
init(LocalizedStringKey, tableName: String?, bundle: Bundle?, comment: StaticString?)
init(LocalizedStringResource)
init<S>(S)
init(verbatim: String)
属性文字列からのテキストビューの作成
init(AttributedString)
日付のテキストビューを作成
init(ClosedRange<Date>)
init(DateInterval)
init(Date, style: Text.DateStyle)
書式を使用したテキストビューの作成
init<F>(F.FormatInput, format: F)
init<Subject>(Subject, formatter: Formatter)
init<Subject>(Subject, formatter: Formatter)
イメージからテキストビューを作成
init(Image)
タイマーを使用したテキストビューの作成
init(timerInterval: ClosedRange<Date>, pauseTime: Date?, countsDown: Bool, showsHours: Bool)
フォントの選択
func font(Font?) -> Text
func fontWeight(Font.Weight?) -> Text
func fontDesign(Font.Design?) -> Text
func fontWidth(Font.Width?) -> Text
ビューのテキストをスタイル設定
func foregroundStyle<S>(S) -> Text
func bold() -> Text
func bold(Bool) -> Text
func italic() -> Text
func italic(Bool) -> Text
func strikethrough(Bool, color: Color?) -> Text
func strikethrough(Bool, pattern: Text.LineStyle.Pattern, color: Color?) -> Text
func underline(Bool, color: Color?) -> Text
func underline(Bool, pattern: Text.LineStyle.Pattern, color: Color?) -> Text
func monospaced(Bool) -> Text
func monospacedDigit() -> Text
func kerning(CGFloat) -> Text
func tracking(CGFloat) -> Text
func baselineOffset(CGFloat) -> Text
enum Case
テキストケースの取得
case lowercase
case uppercase
struct DateStyle
テキストの日付スタイルの取得
static let date: Text.DateStyle
static let offset: Text.DateStyle
static let relative: Text.DateStyle
static let time: Text.DateStyle
static let timer: Text.DateStyle
struct LineStyle
テキストの線のスタイルの取得
static let single: Text.LineStyle
テキストの線のスタイルの作成
init?(nsUnderlineStyle: NSUnderlineStyle)
init(pattern: Text.LineStyle.Pattern, color: Color?)
struct Pattern
線のスタイルパターンの取得
static let solid: Text.LineStyle.Pattern
static let dot: Text.LineStyle.Pattern
static let dash: Text.LineStyle.Pattern
static let dashDot: Text.LineStyle.Pattern
static let dashDotDot: Text.LineStyle.Pattern
テキストを空きスペースに収める
func textScale(Text.Scale, isEnabled: Bool) -> Text
struct Scale
enum TruncationMode
テキストのローカライズ
func typesettingLanguage(TypesettingLanguage, isEnabled: Bool) -> Text
func typesettingLanguage(Locale.Language, isEnabled: Bool) -> Text
voiceover(ナレーション) の構成
func speechAdjustedPitch(Double) -> Text
func speechAlwaysIncludesPunctuation(Bool) -> Text
func speechAnnouncementsQueued(Bool) -> Text
func speechSpellsOutCharacters(Bool) -> Text
アクセシビリティ情報の提供
func accessibilityHeading(AccessibilityHeadingLevel) -> Text
func accessibilityLabel<S>(S) -> Text
func accessibilityLabel(Text) -> Text
func accessibilityLabel(LocalizedStringKey) -> Text
func accessibilityTextContentType(AccessibilityTextContentType) -> Text
テキストビューの結合
static func + (Text, Text) -> Text
廃止されたシンボル
func foregroundColor(Color?) -> Text   廃止  
複数行テキストの行数を制限
func lineLimit(Int?) -> some View
func lineLimit(PartialRangeFrom<Int>) -> some View
func lineLimit(PartialRangeThrough<Int>) -> some View
func lineLimit(ClosedRange<Int>) -> some View
func lineLimit(Int, reservesSpace: Bool) -> some View
var lineLimit: Int?
ヒットテストの制御
func allowsTightening(Bool) -> some View
func contentShape<S>(S, eoFill: Bool) -> some View
func contentShape<S>(ContentShapeKinds, S, eoFill: Bool) -> some View
struct ContentShapeKinds
テキストレイアウトの管理
func truncationMode(Text.TruncationMode) -> some View
var truncationMode: Text.TruncationMode
func allowsTightening(Bool) -> some View
var allowsTightening: Bool
func minimumScaleFactor(CGFloat) -> some View
var minimumScaleFactor: CGFloat
func baselineOffset(CGFloat) -> some View
func kerning(CGFloat) -> some View
func tracking(CGFloat) -> some View
func flipsForRightToLeftLayoutDirection(Bool) -> some View
enum TextAlignment
structure TermOfAddress
事前に定義された呼び名の語句の使用
static let feminine: TermOfAddress
static let masculine: TermOfAddress
static let neutral: TermOfAddress
あなた独自の呼び名の語句を定義
static func localized(language: Locale.Language, pronouns: [Morphology.Pronoun]) -> TermOfAddress
var language: Locale.Language?
var pronouns: [Morphology.Pronoun]
あなた独自の呼び名の語句を定義
static func localized(language: Locale.Language, pronouns: [Morphology.Pronoun]) -> TermOfAddress
var language: Locale.Language?
var pronouns: [Morphology.Pronoun]
呼び名の語句の比較
static func == (TermOfAddress, TermOfAddress) -> Bool
static func != (TermOfAddress, TermOfAddress) -> Bool
var hashValue: Int
func hash(into: inout Hasher)
呼び名の語句のコード化と復号化
func encode(to: Encoder)
init(from: Decoder)
enum InflectionRule
形態から語形変化規則を作成
init(morphology: Morphology)
struct Morphology
語形変化規則の動作
case automatic
case explicit(Morphology)
利用可能性の判断
static func canInflect(language: String) -> Bool
static var canInflectPreferredLocalization: Bool
コード化と復号化
init(from: Decoder)
func encode(to: Encoder)
ハッシュ化
var hashValue: Int
func hash(into: inout Hasher)
語形変化規則の比較
static func == (InflectionRule, InflectionRule) -> Bool
static func != (InflectionRule, InflectionRule) -> Bool
構文の値
case full
case inlineOnly
case inlineOnlyPreservingWhitespace
TimeZone
現在の Time Zone を取得
static var autoupdatingCurrent: TimeZone
static var current: TimeZone
タイムゾーンの作成
init?(secondsFromGMT: Int)
static var knownTimeZoneIdentifiers: [String]
static var abbreviationDictionary: [String : String]
タイムゾーン情報の取得
var identifier: String
func abbreviation(for: Date) -> String?
func secondsFromGMT(for: Date) -> Int
static var timeZoneDataVersion: String
夏時間での作業
func isDaylightSavingTime(for: Date) -> Bool
func daylightSavingTimeOffset(for: Date) -> TimeInterval
var nextDaylightSavingTimeTransition: Date?
func nextDaylightSavingTimeTransition(after: Date) -> Date?
タイムゾーンの比較
static func != (TimeZone, TimeZone) -> Bool
static func == (TimeZone, TimeZone) -> Bool
タイムゾーンの説明
func localizedName(for: TimeZone.NameStyle, locale: Locale?) -> String?
var description: String
var debugDescription: String
var customMirror: Mirror
var hashValue: Int
関連型の使用
class NSTimeZone
typealias TimeZone.ReferenceType
型エイリアス
typealias TimeZone.NameStyle
イニシャライザ
init?(abbreviation: String)
init(from: any Decoder)
init?(identifier: String)
型プロパティ
static var gmt: TimeZone
インスタンスメソッド
func encode(to: any Encoder)
func hash(into: inout Hasher)
struct Transaction
Transaction properties (取引プロパティ)
  Transaction properties
environment(環境)と storefront(店頭)の取得
let environment: AppStore.Environment
let storefront: Storefront
オリジナルの取引 ID を取得
let originalID: UInt64
let originalPurchaseDate: Date
取引の識別
let id: UInt64
let webOrderLineItemID: String?
アプリと製品の識別
let appBundleID: String
let productID: String
let productType: Product.ProductType
let subscriptionGroupID: String?
購入日と有効期限日の取得
let purchaseDate: Date
let expirationDate: Date?
製品の価格と通貨を取得
var price: Decimal?
var currency: Locale.Currency?
購入の詳細を取得
let isUpgraded: Bool
let ownershipType: Transaction.OwnershipType
struct OwnershipType
所有権の型の取得
static let familyShared: Transaction.OwnershipType
static let purchased: Transaction.OwnershipType
ローカライズされた説明を取得
var localizedDescription: String
let purchaseQuantity: Int
サブスクリプションの状況を取得
var subscriptionStatus: Product.SubscriptionInfo.Status?
取引理由の取得
let reason: Transaction.Reason
struct Reason
取引の理由
static let purchase: Transaction.Reason
static let renewal: Transaction.Reason
サブスクリプションオファーの鑑別
let offer: Transaction.Offer?
struct Offer
let revocationDate: Date?
let revocationReason: Transaction.RevocationReason?
失効状況の取得
struct Transaction.RevocationReason
取り消しの理由
static let developerIssue: Transaction.RevocationReason
static let other: Transaction.RevocationReason
ローカライズされた説明を取得
var localizedDescription: String
取引とアカウントの関連付け
let appAccountToken: UUID?
JSON 形式で取引情報を取得
var jasonRepresentation
廃止
var currencyCode: String?   廃止  
var environmentStringRepresentation: String   廃止  
var offerID: String?   廃止  
var offerPaymentModeStringRepresentation: String?   廃止  
var offerType: Transaction.OfferType?   廃止  
var reasonStringRepresentation: String   廃止  
var storefrontCountryCode: String   廃止  
struct Transaction
Transaction properties (取引プロパティ)
  Transaction properties
var appTransactionID: String
取引関連の変更の監視
static var updates: Transaction.Transactions
struct Transactions
取引履歴の取得
static func latest(for: String) async -> VerificationResult<Transaction>?
static var all: Transaction.Transactions
static var unfinished: Transaction.Transactions
SKIncludeConsumableInAppPurchaseHistory
現在の権限を取得
static var currentEntitlements: Transaction.Transactions
static func currentEntitlement(for: String) async -> VerificationResult<Transaction>?   廃止  
取引の終了
func finish() async
static var unfinished: Transaction.Transactions
取引の検証
let deviceVerification: Data
let deviceVerificationNonce: UUID
let signedDate: Date
JSON 形式で取引情報を取得
var jsonRepresentation: Data
払い戻しの要求
払い戻し要求のテスト
func beginRefundRequest(in: UIWindowScene) async throws -> Transaction.RefundRequestStatus
func beginRefundRequest(in: NSViewController) async throws -> Transaction.RefundRequestStatus
static func beginRefundRequest(for: UInt64, in: UIWindowScene) async throws -> Transaction.RefundRequestStatus
static func beginRefundRequest(for: UInt64, in: NSViewController) async throws -> Transaction.RefundRequestStatus
enum RefundRequestError
enum RefundRequestStatus
構造体
struct AdvancedCommerceInfo  Beta 
構造体
struct Item
構造体
struct Details
インスタンスプロパティ
let description: String
let displayName: String
let offer: Transaction.AdvancedCommerceInfo.Offer?
let price: Decimal
let sku: String
インスタンスプロパティ
let details: Transaction.AdvancedCommerceInfo.Item.Details
let funds: [Transaction.AdvancedCommerceInfo.Refund]?
let revocationDate: Date?
struct Offer
struct Reason
型プロパティ
static let acquisition: Transaction.AdvancedCommerceInfo.Offer.Reason
static let retention: Transaction.AdvancedCommerceInfo.Offer.Reason
static let winBack: Transaction.AdvancedCommerceInfo.Offer.Reason
インスタンスプロパティ
let period: SubscriptionPeriod
let periodCount: Int
let price: Decimal
let reason: Transaction.AdvancedCommerceInfo.Offer.Reason
struct Refund
構造体
struct Reason
型プロパティ
static let legal: Transaction.AdvancedCommerceInfo.Refund.Reason
static let modifyItems: Transaction.AdvancedCommerceInfo.Refund.Reason
static let other: Transaction.AdvancedCommerceInfo.Refund.Reason
static let unfulfilled: Transaction.AdvancedCommerceInfo.Refund.Reason
static let unintended: Transaction.AdvancedCommerceInfo.Refund.Reason
static let unsatisfied: Transaction.AdvancedCommerceInfo.Refund.Reason
struct RefundType
型プロパティ
static let custom: Transaction.AdvancedCommerceInfo.Refund.RefundType
static let full: Transaction.AdvancedCommerceInfo.Refund.RefundType
static let proRated: Transaction.AdvancedCommerceInfo.Refund.RefundType
インスタンスプロパティ
let amount: Decimal
let date: Date
let reason: Transaction.AdvancedCommerceInfo.Refund.Reason
let type: Transaction.AdvancedCommerceInfo.Refund.RefundType
インスタンスプロパティ
let description: String?
let displayName: String?
let estimatedTax: Decimal
let items: [Transaction.AdvancedCommerceInfo.Item]
let period: SubscriptionPeriod?
let requestReferenceID: String
let taxCode: String
let taxExclusivePrice: Decimal
let taxRate: Decimal
struct OfferType
インスタンスプロパティ
let advancedCommerceInfo: Transaction.AdvancedCommerceInfo?   Beta  
var offerPeriodStringRepresentation: String?   廃止  
型メソッド
static func all(for: String) -> Transaction.Transactions   Beta  
static func currentEntitlements(for: String) -> Transaction.Transactions   Beta  
@@@@@@@@@@@@@@@@@@
U
V
W
XYZ