Created
January 3, 2016 11:42
-
-
Save i07/c315fdcb3402136e712c to your computer and use it in GitHub Desktop.
catch handleNonLaunchSpecificActions exception
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
extension UIApplication { | |
func _handleNonLaunchSpecificActions(arg1: AnyObject, forScene arg2: AnyObject, withTransitionContext arg3: AnyObject, completion completionHandler: () -> Void) { | |
//whatever you want to do in this catch | |
print("handleNonLaunchSpecificActions catched") | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment