Questions tagged [ikimagekit]
5 questions
1
vote
1 answer
How to use IKImagebrowserView's group display?
The effect I want is like the iPhoto group(or timeline) displaying.
I have already realized the common IKImageBrowserView. which is like
But I don't know how to assign them in different groups.
I referred: customizing IKImageBrowserView group…

droughtrain
- 257
- 1
- 4
- 18
0
votes
1 answer
Upload multiple images to ImageKit through the provided React SDK
We use the React SDK, which is provided by ImageKit, to upload images directly to ImageKit from the frontend. (The details are not important for this problem.)
It looks like this:
and all…

wallzry
- 115
- 9
0
votes
1 answer
How can I connect IKDeviceBrowserView with IKScannerDeviceView?
I am trying to build a MacOS Objective C app using XCode 12.3 on McOS 10.15 to obtain an image from a scanner. I followed the instructions provided by Apple in 2008 in…

SimonKravis
- 553
- 1
- 3
- 24
0
votes
1 answer
IKImageBrowser loads files in reverse order?
I have an IKImageBrowser that loads images from the resources directory located inside the app. For some reason, the order it loads the file is in reverse, for example I have images 1-74, but they get loaded 74-1, any ideas?
Project is based off of…

WrightsCS
- 50,551
- 22
- 134
- 186
0
votes
1 answer
What's the differences between IKImageBrowserView's delegate and _delegate?
As the picture says, there are delegate, _delegate, dataSource, _dataSource, what are the differences?
Basicly, I can use the functions I want with either delegate + dataSource or _delegate + _dataSource, but I don't know what the differences are?

droughtrain
- 257
- 1
- 4
- 18