nspredicateeditor Questions
2
Solved
I've always created my NSFetchRequests entirely in-code. Now I'm looking at the Xcode GUI for building a fetch request and storing it in the model.
I'm following an example from the Xcode Document...
Herrera asked 24/5, 2010 at 12:51
4
Solved
I have a predicate editor, which the template was generate via the following:
NSArray * test = [NSArray arrayWithObjects:
[NSExpression expressionForKeyPath: @"Abc"],
[NSExpression expressionFo...
Dulse asked 6/12, 2012 at 18:2
1
Solved
As far as I know NSPredicateEditor isn't available for iOS. But has anyone created something similar for iOS?
I imagine it would be fairly difficult UI wise since the screen is much smaller but I ...
Scatter asked 5/3, 2012 at 14:59
0
I would like to mimic the Finder's predicatesList. Especially the LeftExpressions popup with its "other" (in German: "Andere...") menu entry and like to popup a NSSheet with a user selectable list ...
Concessionaire asked 11/3, 2014 at 14:38
0
An NSPredicateEditor can be set in compound mode, using the IB or in code
[predicateEditor setNestingMode:NSRuleEditorNestingModeCompound];
The user can then hold the 'option' key to add another...
Thurmanthurmann asked 1/9, 2013 at 13:56
4
Solved
Bit of an issue with Xcode 4's predicate editor controls - I think I'm doing everything right, and it really seems like the IDE itself is busted.
I'm having this issue in an app I'm writing, but to...
Lowercase asked 12/4, 2011 at 23:10
2
Solved
I'm building an NSPredicateEditor, and I want the ability to do advanced date comparison.
I realize that I can build an NSPredicateEditorRowTemplate with a rightExpressionType of NSDateAttributeTy...
Nochur asked 10/3, 2010 at 21:12
1
© 2022 - 2024 — McMap. All rights reserved.