macOS/iOS API解説

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

目次

templatesWithAttributeKeyPaths:inEntityDescription:

**

+(NSArray *)templatesWithAttributeKeyPaths:(NSArray *)keyPaths:
            inEntityDescription:(NSEntityDescription *)entityDescription:

解説

与えられたエントリーの属性キーパスの条件テンプレートの配列を返します。

返り値

( NSArray * )

引数

( NSArray * )keyPaths
( NSEntityDescription * )entityDescription

フレームワーク

ApplicationKit

クラス

NSPredicateEditorRowTemplate

Class Methods

使用可能

10.5

参照

例文