macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSDirectoryEnumerator

-skipDescendants

INDEX>Foundation>NSDirectoryEnumerator skipDescendentsというメソッドがありますが、スペルミスのため10.6になって-skipDescendantsメソッドが追加されました。 - (void)skipDescendants サブディレクトリを調べずに、スキップします 解説 サブディレクト…

NSDirectoryEnumeratorクラス

INDEX>Foundation> NSDirectoryEnumerator apple(mac) apple(iOS) 解説 継承 NSEnumerator : NSObject 準拠 NSFastEnumerator (NSEnumerator) 準拠 NSObject (NSObject) フレームワーク /System/Library/Frameworks/Foundation.framework 使用可能 Mac OS X …

directoryAttributes

Index>Foundation>NSDirectoryEnumerator ディレクトリ列挙オブジェクトのディレクトリ属性を返します 解説 ディレクトリ列挙オブジェクトのディレクトリ属性を返します。 返り値 ( NSDictionary * ) ディレクトリ属性 引数 フレームワーク Foundation クラ…

fileAttributes

Index>Foundation>NSDirectoryEnumerator ディレクトリ列挙オブジェクトのファイル属性を返します 解説 ディレクトリ列挙オブジェクトのファイル属性を返します。 返り値 ( NSDictionary * ) ファイル属性 引数 フレームワーク Foundation クラス NSDirector…

skipDescendents

INDEX>Foundation>NSDirectoryEnumerator サブディレクトリを調べずに、スキップします 解説 サブディレクトリを調べずに、スキップします。 返り値 ( void ) なし 引数 フレームワーク Foundation クラス NSDirectoryEnumerator Instance Methods 使用可能 …