I can\'t get MFMailComposeViewController to open without throwing a fatal error in iOS 9 Simulator.
The same code (Objective C) works flawlessly in iOS 8.x and lower
As per Apple Developer Forum, more details are here.
The simulator doesn't support mail. You should likely try testing mail functionality in a device.