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.