Instance Method インスタンスメソッド

object(forInfoDictionaryKey:)

Returns the value associated with the specified key in the receiver's information property list. レシーバの持つ情報プロパティリストの中の指定されたキーと結びつけられた値を返します。

Declaration 宣言

func object(forInfoDictionaryKey key: String) -> Any?

Parameters パラメータ

key

A key in the receiver's property list. レシーバの持つプロパティリストの中のあるキー。

Return Value 戻り値

The value associated with key in the receiver's property list (Info.plist). The localized value of a key is returned when one is available. レシーバの持つプロパティリスト(Info.plist)の中のkeyと関連付けられる値。あるキーのローカライズされた値は、それが利用可能である時に返されます。

Discussion 議論

Use of this method is preferred over other access methods because it returns the localized value of a key when one is available. このメソッドの使用は、それがあるキーのローカライズされた値をそれが利用可能な場合に返すことから、他のアクセスメソッドより優先されます。

See Also 参照

Getting Bundle Information バンドル情報を取得する