Global Variable グローバル変数

NSItemProviderPreferredImageSizeKey

A key provided to the options dictionary to indicate a preferred image size. オプション辞書に提供される、ふさわしい画像サイズを指し示すあるキー。

Declaration 宣言

NSString *const NSItemProviderPreferredImageSizeKey;

Discussion 議論

Use this key only with the NSItemProvider type coercion policy. Ensure the value is an NSValue object that contains a CGSize struct specifying the requested size, in points. このキーをNSItemProvider型強制指針でのみ使ってください。値がNSValueオブジェクトであることを確実にしてください、それは要請された寸法をポイントで指定しているCGSize structを含むものです。