Skip to content

Instantly share code, notes, and snippets.

@aGupieWare
Created November 6, 2014 22:08
Show Gist options
  • Select an option

  • Save aGupieWare/6b56ec982f38a9adacf1 to your computer and use it in GitHub Desktop.

Select an option

Save aGupieWare/6b56ec982f38a9adacf1 to your computer and use it in GitHub Desktop.
Swift client, viewDidAppear method . . .
override func viewDidAppear(animated: Bool) {
super.viewDidAppear(animated)
self.requestInventory(self.inventoryUrlEndpoint, { (error, items) -> () in
// present processed url session response results to the user –- update UI code //
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment