Results 26 comments of nek023

Thanks, I understood the problem. But I don't like this singleton pattern. I think `ALAssetsLibrary` should be injected by the user of QBImagePicker. So the better way is to add...

Thank you for your ideas. From my experience, I think Xcode plug-in must be small, and we must be careful about adding new features. For example, the previous version of...

@Maxatma @legranddamien @fabb @badalpub1991 Do you use any package manager like CocoaPods to install this library?

I'm just wondering if this is happened due to the `NSBundle *assetBundle` property which I've added for supporting asset bundle of CocoaPods.

@fabb Thanks. Yes it seems to be a problem of Size Classes support. But I'm wondering why it's caused on iPad Pro. I think only the latest iOS runs on...

Which version are you using? The latest version already has the [Simplified Chinese localization](https://github.com/questbeat/QBImagePicker/blob/master/QBImagePicker/zh-Hans.lproj/QBImagePicker.strings).

Thanks, it sounds nice. The problem is when to show the alert.

Thanks. So you have two ideas: 1. Add a new key-value pair from popup 2. Tell the users that the value is existing, and replace it with key if necessary...

Thank you for your report, but I need further details to solve the problem.