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?