Guest User

Untitled

a guest
Dec 10th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. [operationQueue addOperationWithBlock:^{
  2. isGeneratingPuzzle = YES;
  3. NSNumber *nsDifficulty = [NSNumber numberWithInt:difficulty];
  4. [self generateNewPuzzleWithDifficulty:nsDifficulty];
  5. isGeneratingPuzzle = NO;
  6. }];
Add Comment
Please, Sign In to add comment