No Title or Cancel Button for MFMessageComposeViewController

怎甘沉沦 提交于 2019-12-24 00:58:28

问题


I'm trying to present a MFMessageComposeViewController from a UIActivityViewController. However, when I select to share using a Message I see this

let activityVC = UIActivityViewController(activityItems: ["text"], applicationActivities: nil)
self.presentViewController(activityVC, animated: true, completion: nil)

I customized my navigation bar appearance in my AppDelegate

UINavigationBar.appearance().barTintColor = UIColor.blackColor()
UINavigationBar.appearance().tintColor = UIColor.whiteColor()

Anyone know how to fix this? Using Mail does not have this problem

来源:https://stackoverflow.com/questions/38356237/no-title-or-cancel-button-for-mfmessagecomposeviewcontroller

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!