gizmosachin / ColorSlider

🎨 Snapchat-style color picker in Swift
MIT License
288 stars 53 forks source link

always keep drawLayer’s bounds synced with the view’s own layer #12

Closed wassup- closed 7 years ago

wassup- commented 7 years ago

I noticed some visual artifacts when using this control, related to the drawLayer's frame not growing together with the view's layer. This PR aims to fix this issue.

gizmosachin commented 7 years ago

Hi @wassup-, thanks for the PR. I noticed a lot of extraneous changes in the diff due to your text editor using spaces instead of tabs for indentation – could you please change those to tabs and commit again? Thanks.

wassup- commented 7 years ago

Hi @gizmosachin, I've changed the spaces into tabs and committed again. Let me know what you think.

gizmosachin commented 7 years ago

Looks good - thanks!