Enumeration Case 列挙ケース

Formatter.Context.dynamic

A formatting context determined automatically at runtime. 実行時に自動的に決定された書式設定文脈。

Declaration 宣言

case dynamic = 1

Discussion 議論

A Formatter.Context.dynamic context is automatically determined to be one of the following: Formatter.Context.standalone, Formatter.Context.beginningOfSentence, or Formatter.Context.middleOfSentence. あるFormatter.Context.dynamic前後関係は、自動的に以下の1つであると判定されます:Formatter.Context.standaloneFormatter.Context.beginningOfSentence、またはFormatter.Context.middleOfSentence

When used in combination with stringWithFormat:, the formatter returns a string proxy, formats the string using Formatter.Context.unknown, determines context based on the proxy string’s location, and then reformats the string accordingly. stringWithFormat:との組み合わせで使われる場合、フォーマッタは文字列プロキシを返して、文字列をFormatter.Context.unknownを使って書式設定して、前後関係をそのプロキシ文字列の持つ場所に基づき決定して、それからそれに沿って文字列を再度書式設定します。