メソッド-isFileReferenceURL
はクラスで定義されていますNSURL
が、このメソッドが何であるかわかりません。これがURLが実際のファイルを指しているかどうかを決定すると思いましたが、そうではありません。NO
ファイルが存在する場合でも戻ります。マニュアルには
isFileReferenceURL Returns whether the URL is a file reference URL.
- (BOOL)isFileReferenceURL Return Value YES if the URL is a file reference URL; otherwise, NO.
Availability Available in iOS 5.0 and later. (Symbol is present in iOS 4, but performs no operation.) Declared In NSURL.h
この方法は何ですか?ファイル参照URLは何ですか?このメソッドはいつ戻りますYES
か?