iphone - Customize the MFmailcomposer and add dropdown for groups in IOS -
i had add dropdownlist in mfmailcomposer before subject field or after subject field. such dropdown contain groups. if user select particular group.it add specific emails ids. list been managed code.
is possible.please me how create drop down in list.
thanks in advance
you cannot modify mfmailcomposeviewcontroller ui (except using uiappearance items, tint color etc) . controls still there , can't removed/added/change position.
you have make own view controller mimics
mfmailcomposeviewcontroller, add group feature it.
in case have take care of sending email part using own backend.
Comments
Post a Comment