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.
我正在创建一个具有撰写 SMS 功能的应用程序。我不想使用 iPhone 的默认MFMessageComposeViewController. 我想知道如何使用另一种技术添加和删除 SMS 的收件人(创建气泡并删除它)。
MFMessageComposeViewController
在 iOS 上编写 SMS 的唯一方法是使用MFMessageComposeViewController. 使用其他任何东西都会让您的应用程序在 App Store 中被拒绝。