When I call myself in a reserved block, I usually get a warning:
[self.someView doSomething:^{
self.aVar = @”Hello!”;
}]; I will do:
__weak SomeObject *weakSelf = self;
[self.someView
When I call myself in a reserved block, I usually get a warning:
[self.someView doSomething:^{
self.aVar = @”Hello!”;
}]; I will do:
__weak SomeObject *weakSelf = self;
[self.someView
C# Online! Chapter 3: Even C# is no exception! This is something newbies do!!
Friends who have played online games must know that the game At the beginning, novices will have something to do.