Created
June 19, 2014 16:18
-
-
Save iaserrat/132c4f8f2da32d2b6aad to your computer and use it in GitHub Desktop.
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 | |
@UIApplicationMain | |
class AppDelegate: UIResponder, UIApplicationDelegate { | |
. | |
. | |
. | |
func application(application: UIApplication, openURL url: NSURL, sourceApplication: NSString?, annotation: AnyObject) -> Bool { | |
var wasHandled:Bool = FBAppCall.handleOpenURL(url, sourceApplication: sourceApplication) | |
return wasHandled | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment