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.
我在 iPhone Developer Tips 上使用本教程从应用程序发送 SMS。本教程中的方法有效。
但是,有没有办法自定义工具栏中的颜色和字体?我使用的框架是MessageUI.
MessageUI
MFMessageComposeViewController 是一个 UINavigationController。你可以对它做任何你对任何其他 UINavigationController 做的事情。您可以询问它的导航栏并设置 tintColor。您也可以更改 viewController 的 navigationItem。