I know that when we use block we should use weakSelf to avoid retain cycle.But I saw there is a strongSelf in block sometimes.
What confused me are:
- why must change weakSelf to strongSelf?
- if we don't change weakSelf to strongSelf what terrible thing would happen?
- when should we change weakSelf to strongSelf?
Hope someone can give an exact example.
Thanks in advance.