Created
November 17, 2014 02:56
-
-
Save aGupieWare/7f41a1ec6bbf56326295 to your computer and use it in GitHub Desktop.
Swift client, item view snippet . . .
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
| @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