I see old sample code use this code a lot:
__unsafe_unretained __block AssetItem *weakSelf = (AssetItem *)self;
I remember that something has changed and this became easier. So is there now a modernized way of doing this?
I see old sample code use this code a lot:
__unsafe_unretained __block AssetItem *weakSelf = (AssetItem *)self;
I remember that something has changed and this became easier. So is there now a modernized way of doing this?