chrs1885 / SheetyColors

An action sheet styled color picker for iOS.
MIT License
106 stars 14 forks source link

Delegate not called when hex value changed (custom container) #22

Closed chrs1885 closed 4 years ago

chrs1885 commented 4 years ago

What did you do?

I was trying to enter a new hex value, however the delegate function didSelectColor doesn't get called.

What did you expect to happen?

The delegate function gets called once I enter a new hex value.

What happened instead?

The delegate function didn't get called.

Setup

The SheetyColors picker is wrapped by a custom view controller.