core data - How to filter NSTableView with predicate -


how can filter records displayed in nstableview predicate? in entity there bool istemp , want in table displayed elements bool = yes.

i solved problem.selectin arraycontroller in xcode there field predicate :)


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -