Created
November 11, 2014 00:15
-
-
Save aGupieWare/22aec5371d00e1be2c0e to your computer and use it in GitHub Desktop.
Swift client, async dispatch . . .
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
| self.dataSource = self.inventoryItems(data) | |
| dispatch_async(dispatch_get_main_queue()!, { () -> Void in | |
| self.tableView.reloadData() | |
| self.webActivityIndicator.hidden = true | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment