目次
Xcode の新機能

A B C

D

コード化と復号化のキー

protocol DecodableAttributedStringKey

値の復号化

  • static func decode(from: Decoder) -> Self.Value
  • static func decode(from: Decoder) -> Self.Value
  • static func decode(from: Decoder) -> Self.Value
  • イニシャライザ

  • init(from:)
  • init(from:)
  • protocol EncodableAttributedStringKey

    値のコード化

  • static func encode(Self.Value, to: Encoder)
  • static func encode(Self.Value, to: Encoder)
  • static func encode(Self.Value, to: Encoder)
  • func encode(to: Encoder) throws
  • func encode(to: Encoder) throws
  • typealias CodableAttributedStringKey


  • E F G H I J K L M N O P Q R S T U V W XYZ