Weak capturing - Example from project

PHOTO EMBED

Tue Apr 19 2022 09:03:07 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest. #swift

DispatchQueue.main.async { [weak self] in
		self?.showMatchDetail(with: deepLinkValue.itemId)
}
content_copyCOPY