muZZkat/NMRangeSlider

iOS7 Handles have shadow cropped to a rectangle

Closed this issue · 11 comments

When configured for the iOS7 look the handles show a fairly noticeable square where the shadow is cropped.

I've never been much of an artist. I will see if I can get someone else to do some artwork for it.

Murray, actually I may be able to source this myself. If you like I can do that and put in a pull request?

Glen

On Wed, Mar 5, 2014 at 12:48 PM, Murray Hughes notifications@github.com
wrote:

I've never been much of an artist. I will see if I can get someone else to do some artwork for it.

Reply to this email directly or view it on GitHub:
#20 (comment)

That would be perfect. I use it with some other custom images, the iOS 7 theme was just something I put together quickly and didn't notice the crop.

I'm experiencing the same issue in my app as well. However, running the demo app on iOS7 doesn't seem to reproduce this issue. Any ideas why?

Sorry @v-ken not sure why. Also @muZZkat I have tried to play around with the visuals but unfortunately still haven't got it right. Sorry for the delay on this one. Will have another go when I have a chance.

Thanks. I've been super busy the last couple weeks. I will see if I can fix up the issue tomorrow. I remember having the same when I first added some graphics. I have another pull request pending that I think might also address the problem.

Thanks @muZZkat ! Let us know if that addresses the problem =)

Hi guys,

Any update on this? I still can't figure out why this issue can't be seen in the demo app...

I had the same problem and after I changed my podfile to point specifically to muZZkat's clone it worked.

pod 'NMRangeSlider', :git => 'https://github.com/muZZkat/NMRangeSlider.git'

Than it seems to work where if I leave the specific git out of the PodFile spec it doesn't get the updated iOS7 images that appear in the branch.

Good stuff @BosAtWork !
Works now =)

I just updated the pod spec with to v1.2.1 that has all the image updates and correct edge insets etc. All published to the cocoa pod trunk.