4

I can't seem to find a way to add a fetch result with a variable in the new xCode4's editor... I've looked every where... every right click, menu item, everything...

Anyone knows how to do this?

Alex Zak
  • 1,924
  • 2
  • 18
  • 26

1 Answers1

2

Did you mean a template for a fetchRequest in the modelingtool? Try clicking in the topmenu bar >>Editor >> Add FetchRequest

Volker
  • 21
  • 1
  • 2
    yeah... I got that far... But I can't seem to be able to add a real template there... Only a static predicate... I can do a "age larger then 4" but not a "age larger then x" and be able to provide the x later in code..... – Alex Zak May 28 '11 at 20:27