IKImageBrowserView 图像不会在 OS X 10.5 中显示
Apple 演示 IKImageViewDemo
在 10.5 中似乎无法正常工作。
控件在那里,但没有可见的图像。图像之所以存在,是因为当您单击并拖动图像应该所在的位置时,图像的重影会出现并拖动。
对于 Leopard 10.5-10.5.8 上的用户,是否有使用 IKImageBrowserView
的替代方法,或者是否有替代的“图库”样式控件?
我需要在 Interface Builder 中做一些特别的事情吗?有什么选项需要勾选/不需要勾选吗?
The Apple Demo IKImageViewDemo
does not seem to work correctly in 10.5.
The control is there, but there are no visible images. The images are there because when you click and drag where an image is supposed to be, the ghost of the image appears and drags.
Is there an alternative to using the IKImageBrowserView
for users on Leopard 10.5-10.5.8, or is there an alternative "gallery" style control?
Anything I need to do special in Interface Builder? Any option that needs to be / not be checked?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IKImageBrowserView 在 OSX 10.5 及更高版本中可用:
http://developer.apple.com/library/ mac/#documentation/GraphicsImaging/Reference/IKImageBrowserView/IKImageBrowserView_Reference.html
适用于 OSX 10.5 的示例项目:
http://developer.apple.com/library/mac/ #samplecode/ImageBrowser/Introduction/Intro.html
http://developer.apple.com/library/mac/ #samplecode/IKImageBrowserViewWithCoreData/Introduction/Intro.html
IKImageBrowserView is available in OSX 10.5 and later:
http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Reference/IKImageBrowserView/IKImageBrowserView_Reference.html
Sample projects that work on OSX 10.5:
http://developer.apple.com/library/mac/#samplecode/ImageBrowser/Introduction/Intro.html
http://developer.apple.com/library/mac/#samplecode/IKImageBrowserViewWithCoreData/Introduction/Intro.html