Created
November 6, 2014 22:08
-
-
Save aGupieWare/6b56ec982f38a9adacf1 to your computer and use it in GitHub Desktop.
Swift client, viewDidAppear method . . .
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
| 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