Skip to content

Instantly share code, notes, and snippets.

@meyusufdemirci
Last active March 31, 2018 15:55
Show Gist options
  • Save meyusufdemirci/c8a3769693de2daf6553e2fa040e181f to your computer and use it in GitHub Desktop.
Save meyusufdemirci/c8a3769693de2daf6553e2fa040e181f to your computer and use it in GitHub Desktop.
let appDelegate = UIApplication.shared.delegate as? AppDelegate
if let actionType = appDelegate?.actionType {
setAction(actionType: actionType)
appDelegate?.actionType = nil
} else {
print("actionType: nil")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment