LeonardoCardoso / NFDownloadButton

Revamped Download Button. It's kinda a reverse engineering of Netflix's app download button.
https://leocardz.com/nfdowloadbutton-f576fdf30b40
MIT License
434 stars 32 forks source link

Open instance variables in palette. #3

Closed pinddFull closed 6 years ago

pinddFull commented 6 years ago

There are times when I have to change colors on palette. Is there any reason not to open it?

LeonardoCardoso commented 6 years ago

Hi @pinddFull. The reason is that when I was implementing it, I didn't think about a scenario on which it must be open. Can you describe the reason you are doing it?

pinddFull commented 6 years ago

I need to change the button of the clear color or use the same state button in different colors. While the screen is showing, it's to make other status buttons that are not implemented :> @LeonardoCardoso

LeonardoCardoso commented 6 years ago

@pinddFull Good. I will merge it. Thanks.