Unowned capturing

PHOTO EMBED

Tue Apr 19 2022 09:04:00 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest. #swift

profileButton.publisher(for: .touchUpInside)
		.sink { [unowned self] _ in showProfile() }
		.store(in: &cancellables)
content_copyCOPY