Buglife / Buglife-iOS

Awesome bug reporting for iOS apps
Apache License 2.0
509 stars 63 forks source link

Add attachement button (iOS) #31

Closed imanzarrabian closed 6 years ago

imanzarrabian commented 6 years ago

Hi Do you guys plan to make the add attachement button optional and not only based on the camera roll permission.
Do you accept pull requests if we implement this small opt in feature ? This is how we'd like to use it :

Buglife.shared().makeAddAttachementButtonAvailable = NO; //YES is default value
danhd123 commented 6 years ago

Hi, sure, we accept pull requests. We’d ask that the property be named allowsAdditionalAttachments to be more consistent with the rest of the API. Thanks!

danhd123 commented 6 years ago

That is, we’ll happily implement this ourselves in a few days, but if you’d like to beat us to it, we’ll be happy to accept a PR!

imanzarrabian commented 6 years ago

Ha ha! Not sure to have enough time this week but we'll surely try!