0

I use 4 IKImageBrowserView in my App. Every time I go to a view which contain a IKImageBrowserView, console will show these three line error:

invalid share context
invalid context
--ImageKit Error: IKVRamMAnager::unable to create a shared context

I google for some time but found nothing. Somebody can tell me how to solve these error? Thanks;

By the way, the IKImageBrowserView work fine in most situation. But when I want to custom its Appearance like the official example, it has many strange problem. I am pretty the problem cause by that three line error.

Kara
  • 6,115
  • 16
  • 50
  • 57
Crazy Catcher
  • 110
  • 10

1 Answers1

0

I am not sure if you have already done this, but you need to add Quartz.framework in your application. Quartz framework contains ImageKit framework which is required for IKImageBrowserView. Hope this helps.

Neha
  • 1,751
  • 14
  • 36