I rarely see people using [weak self] in didSet. Is there a reason?
I tried to use [weak self] in the didSet of the variable:
var data: Dictionary! {// [1]
didSet {[2]
self?.layoutSub
I rarely see people using [weak self] in didSet. Is there a reason?
I tried to use [weak self] in the didSet of the variable:
var data: Dictionary! {// [1]
didSet {[2]
self?.layoutSub