chrs1885 / SheetyColors

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

Add message label #9

Closed chrs1885 closed 5 years ago

chrs1885 commented 5 years ago

What kind of feature would you like to see?

While regular action sheet controllers do support a message, SheetyColors doesn't. Make this one an optional field of the configuration.

How does it work in detail?

Specify the message property inside the config protocol and display the value inside the view.

What does the API look like?

Add the message property to the protocol.

Any existing projects that do something similiar?

-

chrs1885 commented 5 years ago

Added via #11