允许用户在Cocoa应用程序中提交图像

时间:2009-12-04 11:42:51

标签: image core-data interface-builder

如何在界面构建器中设置一个允许用户提交图像的对象(比如在通讯簿中编辑vCard时)并将其保存到Core Data管理的数据库中的相应条目?

的解决方案

使用NSImageView对象。在对象的检查器的第一个面板上,您将看到一个标记为Editable的复选框,可以让您决定是接受提交还是仅显示输出。

对象的绑定如下:

-> Value.Data
    Bind to: Source Entity
    Controller Key: selection
    Model Key Path: Name of the attribute within the entity storing the image data

1 个答案:

答案 0 :(得分:1)

我认为NSImageView可以解决问题。链接参考:link text

如果我记得这个组件在Interface Builder上可用..