MFMessageComposeViewController没有标题或取消button

我试图从UIActivityViewController呈现一个MFMessageComposeViewController。 但是,当我select使用消息共享我看到这一点 消息屏幕没有取消

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

我在我的AppDelegate中定制了我的导航栏外观

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

有人知道怎么修这个东西吗? 使用邮件没有这个问题