I'm developing an Mobile Banking app on iPhone. This app use SMS message to send and receive data with server. (This app of a bank)
I'm using the MFMessageComposeViewController control to send SMS to server. The message content has been encrypted. So, I don't want user can see the message content (I want to hide the message content on this control).
Is it possible to hide the content of message on the MFMessageComposeViewController control?
I found one app on App Store can custom the MFMessageComposeViewController control:
http://itunes.apple.com/us/app/automatic-custom-sms/id409247779?mt=8#
How to custom this control?.
Thanks