Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use this from Objective-C? #11

Closed
Pokotuz opened this issue Sep 2, 2015 · 6 comments
Closed

Can I use this from Objective-C? #11

Pokotuz opened this issue Sep 2, 2015 · 6 comments

Comments

@Pokotuz
Copy link

Pokotuz commented Sep 2, 2015

Im just finding new ImagePicker controller and I found yours is very cool one. Is there any advice to use it from obj-c ?

Thx a lot.
// sry for my bad Eng and Knowledge.

@zhangao0086
Copy link
Owner

Of couse~! I will update README :)

@Pokotuz
Copy link
Author

Pokotuz commented Sep 3, 2015

Thx a lot man. Anyway from many Custom ImagePicker Controller I found a problem that I can only see 49 photos from 400+ total in "All Photos". Do I miss something?
Edit : I can see more photo if I take a new pic or save it from internet. But can't see photos older than that.

@zhangao0086
Copy link
Owner

That seemed strange. I've never encountered that...

@zhangao0086
Copy link
Owner

@Pokotuz
Copy link
Author

Pokotuz commented Sep 4, 2015

Thank you very much.

@hiteshwork
Copy link

when i press the select button after selecting images , the method
-(void)imagePickerController:(DKImagePickerController * _Nonnull)imagePickerController didSelectAssets:(NSArray<DKAsset *> * _Nonnull)didSelectAssets is not called.
However the block [pickerController setDidSelectAssets:^(NSArray * __nonnull assets) {
NSLog(@"didSelectAssets");
}]; is called. How to get the images selected using your library in objective c? I want to display them on an imageview.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants