Block syntax in Objective C (and indeed C, I presume) is notoriously incongruous. Passing blocks as arguments looks different than declaring blocks as ivars, which looks different than typedefing...
  • May 19, 2022
  • 0 Comments
What exactly does the __block keyword in Objective-C mean? I know it allows you to modify variables within blocks, but I’d like to know… What exactly does it tell...
  • May 5, 2022
  • 0 Comments