DAFallbackPredicateEditorRowTemplate

Overview

The DAFallbackPredicateEditorRowTemplate class describes a special template for predicates that are not supported by Data Abstract.

This template also knows how to display unsupported predicates in the NSPredicate editor.

You can find a sample of how to use the DAFallbackPredicateEditorRowTemplate inside the DAFilters sample.

Location


Class Methods


rowTemplate

Class method that returns an initialized instance of the DAFallbackPredicateEditorRowTemplate.

+ (id) rowTemplate

 

  • Filtering Data with NSPredicate
  • Filters sample
  • Filters (iOS) Sample