SyntaxFix
Write A Post
Hire A Developer
Questions
And if anyone is wondering how to do this in swift:
swift
if let myDelegate = UIApplication.sharedApplication().delegate as? AppDelegate { myDelegate.someMethod() }