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
For programmers who have been working for many years, future career development is nothing more than three options: technical expertise, transformation management, and promotion to architect. Becom