rizumita / CTFeedbackSwift

Feedback mail composer for iOS re-written in Swift of CTFeedback
MIT License
69 stars 20 forks source link

Enabling/disabling photo attachment #27

Closed furiosFast closed 3 years ago

furiosFast commented 3 years ago

Hello, it would be possible to add the possibility of enabling/disabling the possibility of attaching images (from roll or camera) to the feedback email

rizumita commented 3 years ago

@furiosFast You can do that by using this configuration. https://github.com/rizumita/CTFeedbackSwift/blob/5914e16f73e57a2de21c305dce1b8bd821672ba3/CTFeedbackSwift/FeedbackConfiguration.swift#L27

furiosFast commented 3 years ago

ok, thank you. Can you create a new tag of the project for SPM with the new changes?