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

DKImagePickerControllerAssetType not visible in Objective-C #49

Closed
kamilpowalowski opened this issue Dec 7, 2015 · 3 comments
Closed

Comments

@kamilpowalowski
Copy link

Swift enums are not visible in Objective-C ( see more http://stackoverflow.com/a/24139544/426582 ).
To assetType be available also in Objective-C this enum must be changed to Struct.

@zhangao0086
Copy link
Owner

Thanks!

It seems that I forget to prefix the assetType with @objc :)

@zhangao0086
Copy link
Owner

It has been fixed in the 2.4.2.

@kamilpowalowski
Copy link
Author

Great. Thank you.

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

2 participants