uzysjung / UzysAssetsPickerController

Alternative UIImagePickerController , You can take a picture with camera and pick multiple photos and videos
MIT License
721 stars 144 forks source link

Lowercase delegate methods so bridged symbols don't conflict in Swift #28

Closed hunterbridges closed 9 years ago

hunterbridges commented 9 years ago

I tried to use this lib in swift and these methods caused a naming conflict with the class name when imported via a bridged header. Lowercasing the first letter in delegate method names is more conventional and fixes the bug

uzysjung commented 9 years ago

thank you. #14