0
@interface Controller ()

@end

@implementation Controller  

- (void)viewDidLoad
{
   [super viewDidLoad];
}

@end

If I add @synchronized will the code behave as a mutex lock that will lock until the thread finishes?

J_Strauton
  • 2,118
  • 2
  • 23
  • 60

0 Answers0