Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSRails的教程视频只展示了如何获取所有记录和创建记录。
你如何进行查询(获取带有一些参数的请求)?
除了视频之外,NSRails 还有很多其他文档:
至于一些具体...
CRUD 任务在文档中列出。
github 自述文件在文档顶部的第二个代码块中显示了一个示例:
Post *postNumber1 = [Post remoteObjectWithID:1 error:&error];