My little task is how to send a mail failure message? I do not know if this example is right or wrong.
Coding:
override func viewDidLoad() { super.viewDidLoad() func exceptionHandler(exception : NSException) { print("\n\n \(exception)") print("\n\n \(exception.callStackSymbols)") mailAcn()
I follow this link, How to use NSSetUncaughtExceptionHandler to display an exception message in a UIView in Swift
Some unknown error. Please help me how to solve this?
ios swift mfmailcomposeviewcontroller
McDonal_11 Sep 01 '16 at 7:22 2016-09-01 07:22
source share