fetchRequestFromTemplateWithName variables

一世执手 提交于 2019-12-07 05:57:26

Click on the attribute name which in your case is date and select "Expression" in the popup menu. That allows you to input the variables.

In your case set the Expression field to: date == $currDate

That works for me.

EDIT: To get more like Xcode 3 tree type of situation, you hold down the option key, you can add a sub-predicates in the same way. The '+' sign changes to the "..." when you hold the option key down like so:

You can achieve the same result that way.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!