Skip to content

Instantly share code, notes, and snippets.

@aGupieWare
Created November 17, 2014 03:12
Show Gist options
  • Select an option

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

Select an option

Save aGupieWare/e08c636c01d1a812c3e1 to your computer and use it in GitHub Desktop.
Swift client, viewDidAppear, item description . . .
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