Created
November 17, 2014 03:12
-
-
Save aGupieWare/e08c636c01d1a812c3e1 to your computer and use it in GitHub Desktop.
Swift client, viewDidAppear, item description . . .
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.title = self.bsn_plumbingItem!.bsn_name | |
| let url : NSURL? = self.urlForItemWithDescription(self.bsn_plumbingItem!.bsn_id!) | |
| self.requestItem(url, responseHandler: { (error, itemDescription) -> () in | |
| self.bsn_textView.text = itemDescription | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment