0

I'm using an IKImageKitBrowserView and can't get it to display anything. My NSScrollView is also not showing scroll bars in the nib or when running the app.

I did the connection binding properly for IKImageBrowserView and IKImageView, and I have double-checked the coding and nib connections, and everything seems proper, but it is not working as expected.

I'v just started playing around with Cocoa views and Objective-C programming. I did refer to the ImageKitDemo sample application and I followed the same steps to develop my own application.

Can anyone let me know where I am going wrong? What might have happened?

jscs
  • 63,694
  • 13
  • 151
  • 195
Sadanand
  • 1,080
  • 3
  • 13
  • 30

1 Answers1

1

Its not possible to point out where you went wrong, without any codes given.

Anyway, you can refer this ImageKit Programming guide. It explains the step-by-step procedure on how to use the IKImageView.

And also you can refer this sample project for more understanding.

Its noted that your Acceptance rate is 0%. Improve it!

S.Philip
  • 461
  • 7
  • 24