Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在 MFMailcomposer 中添加下拉列表是之前的主题字段或之后的主题字段。这样下拉列表包含组。如果用户选择特定的组。它添加特定的电子邮件 ID。该列表由代码管理。
有可能吗?请帮助我如何在列表中创建此下拉菜单。
提前致谢
您不能修改MFMailComposeViewControllerUI(除了对项目使用 UIAppearance、色调等)。所有控件仍将存在,并且无法删除/添加/更改位置。
MFMailComposeViewController
您可能必须制作自己的视图控制器来模仿 MFMailComposeViewController并向其添加组功能。
但是,在这种情况下,您必须使用自己的后端自己处理发送电子邮件的部分。