the code below is used to open a
In iOS below 14 it was working fine, but now the green send button doesn't do nothing.
i'm missing something ?
After testing with iPhone 6 iOS 12.4 same code works fine with 100 receipts but with new iOS (iOS14.2) max 10 receipts.
Also have notice if i upload more then 10 contacts the photo, and store icon near text field disappear and when i type more then one line of text the textfield is not displaying all text
Code Block MFMessageComposeViewController
with a body message and more receipts (10 - 200).In iOS below 14 it was working fine, but now the green send button doesn't do nothing.
i'm missing something ?
Code Block messageController = MFMessageComposeViewController() messageController.body = message messageController.recipients = recipients messageController.messageComposeDelegate = self controller.present(messageController, animated: true)
After testing with iPhone 6 iOS 12.4 same code works fine with 100 receipts but with new iOS (iOS14.2) max 10 receipts.
Also have notice if i upload more then 10 contacts the photo, and store icon near text field disappear and when i type more then one line of text the textfield is not displaying all text