I am using iOS Native code and I want this kind of Functionality is it possible to Add Plus(+) button on TO Section of Email?if Yes then Can I implement the contact app Look and Feel here and Grab the Email id? Please need some suggestion how can i achieve this kind of Functionality?
Asked
Active
Viewed 136 times
1 Answers
0
No, i think there is not native api for Grab the Email in that way,
Here are some custom libraries,

Toseef Khilji
- 17,192
- 12
- 80
- 121
-
can't i add Custom UIButton to MFMailViewController? – Ankit Vyas Oct 11 '13 at 09:16
-
No,The mail composition interface itself is not customizable and must not be modified by your application.[apple doc ref](https://developer.apple.com/library/ios/documentation/MessageUI/Reference/MFMailComposeViewController_class/Reference/Reference.html) – Toseef Khilji Oct 11 '13 at 10:00
-
Thanks a lot and in iOS 7 is by default as well so 1 good things comes up. – Ankit Vyas Oct 11 '13 at 15:32