So I've looked everywhere and came to the conclusion that it's currently impossible to send SMS or email without using MFMessageComposeViewController (someone correct me if I'm wrong, that would be the best case scenario). Is it possible to modify the look of the MFMessageComposeViewController? My app only involves a screen with a text view where users can input text, hit the send button, and it will send it as a normal text.
Please don't mention any SMS Gateway providers, I know those exist and will resort to it if I can't figure this out.