You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.
func colorViewController(_ colorViewCntroller: EFColorSelectionViewController, didChangeColor color: UIColor) does not work.
Because here:
self.delegate?.colorViewController(self, didChangeColor: color)
self.delegate always nil, despite that I set it
I fixed this by deleting weak here:
public WEAK var delegate: EFColorSelectionViewControllerDelegate?
Maybe I did something wrong?
The text was updated successfully, but these errors were encountered: