https://github.com/timonus/messageuiadditions
Taking some of the minor pains out of the MessageUI framework
https://github.com/timonus/messageuiadditions
Last synced: 11 months ago
JSON representation
Taking some of the minor pains out of the MessageUI framework
- Host: GitHub
- URL: https://github.com/timonus/messageuiadditions
- Owner: timonus
- Created: 2011-07-17T15:20:59.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2025-05-04T13:35:44.000Z (about 1 year ago)
- Last Synced: 2025-07-13T21:37:41.709Z (11 months ago)
- Language: Objective-C
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# tijo MessageUI Additions
The tijo MessageUI framework additions are two categories on `MFMailComposeViewController` and `MFMessageComposeViewController` respectively that do a few things:
1. Implement the `MFMailComposeViewController` and `MFMessageComposeViewController` delegate callbacks within the classes themselves
2. Implement class methods for production of self-delegating instances of `MFMailComposeViewController` and `MFMessageComposeViewController`
3. Add a convenient class method for producing a feedback view controller for collecting feedback from users of your App.
This makes it so that, rather than worrying about creating a message or mail compose delegate that handles the callbacks for these, you can simply call one method to present a MessageUI view controller and it will dismiss itself when ready. The feedback view controller is cool if you want to add a user feedback button in the about screen of your App, it provides the App version and device it was running on along with any user feedback in a pre-built `MFMailComposeViewController`.