Skip to content

Instantly share code, notes, and snippets.

@aGupieWare
Created November 17, 2014 02:56
Show Gist options
  • Select an option

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

Select an option

Save aGupieWare/7f41a1ec6bbf56326295 to your computer and use it in GitHub Desktop.
Swift client, item view snippet . . .
@IBOutlet weak var bsn_imageView: UIImageView!
@IBOutlet weak var bsn_textView: UITextView!
var bsn_plumbingItem: PlumbingSupplyItem?
var bsn_capturedImage: UIImage?
var urlSession = NSURLSession.sharedSession()
let backgroundQueue : dispatch_queue_t = dispatch_queue_create("com.aGupieWare.SwiftNetworking.backgroundQueue", nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment