Posts

Post not yet marked as solved
1 Replies
1.4k Views
Recently we came accross a scenario where we wanted to avoid modifying recipient details(mobile number) and SMS body on MFMessageComposeViewController. After reading so many apple documents and blogs figured out that both were not possible.But recently we seen an app(valid appstore downloaded app) where it hides both recipient field and navigation header altogether on MFMessageComposeViewController. Only body and other messages are visible on the screen.My question is , Is there a workaround to do this? Apart from going through MFMessageComposeViewController view hirarchy and serach for private views and hide it(which is not recommended by Apple ofcourse). If they did by going through view hierarchy how this app has been approved if its against guidelines?Attched SS of the mentioned screen for more info:
Posted
by ravi1989.
Last updated
.