Skip to content

icloud app #10

@Yonita34567

Description

@Yonita34567

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// ...
if let url = launchOptions?[UIApplicationLaunchOptionsURLKey] as? NSURL {
processURL(url)
return false
}
return true
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions