-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 61: Feature request: Shadow support for handles #91
Issue 61: Feature request: Shadow support for handles #91
Conversation
Thanks for this! Just wanted to check, what’s the purpose of removing the left handle from the superview then adding the right handle back (twice) in the opacity and radius methods? Thanks! |
That was a typo. |
No problem at all! :-) But I just mean the I dont think it should be needed to remove the handles from the superview and re-add them after the change? I've just tried checking out your branch and removing those lines completely and it still seemed to work fine - so I was just wondering if I had missed a reason for them being there? Thanks again for your contribution :-) |
It is a habit :) In any case it is your repository, and your rules :) |
Gotcha. Yeah I think it's best to remove those lines if you dont mind, then we can get this merged! 👍 |
Sure!
Will do and push update
2018-12-05 0:08 GMT+02:00, Tom Thorpe <notifications@github.com>:
… Gotcha. Yeah I think it's best to remove those lines if you dont mind, then
we can get this merged! 👍
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#91 (comment)
--
-----
Kind regards,
Vlad
|
[self.leftHandle removeFromSuperlayer];
Lines: |
Thanks, but it was also the |
Removed:
|
LGTM 👍 |
Issue #61
Feature request: Shadow support for handles