Guest User

Untitled

a guest
Oct 1st, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. self.operationQueue = [[NSOperationQueue alloc] init];
  2. self.operationQueue.maxConcurrentOperationCount = 1;
  3. self.session = [NSURLSession sessionWithConfiguration:self.sessionConfiguration delegate:self delegateQueue:self.operationQueue];
Add Comment
Please, Sign In to add comment