Skip to content
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

Slider does not appear in UITableViewCell on iOS 8 #56

Open
LandonRover opened this issue Jun 10, 2015 · 5 comments
Open

Slider does not appear in UITableViewCell on iOS 8 #56

LandonRover opened this issue Jun 10, 2015 · 5 comments

Comments

@LandonRover
Copy link

Added a UIView to the cell prototype in Storyboard, added NMRangeSlider as the class.

cell.rangeSlider.setLowerValue(0.0, upperValue: 10.0, animated: false)

Shows a blank white cell. Thoughts?

@chanil1218
Copy link

@LandonRover you should better check #54 commit to fix your problem.

@LandonRover
Copy link
Author

That looks like it, thank you for the heads up about the commit.

@LandonRover
Copy link
Author

I was able to get the slider to show, but the middle is still blank (not the orange shown in the demo).

@chanil1218
Copy link

@LandonRover try,

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

this one.
It seems #54 Pull request also has bundle issue.

@muZZkat And I think 1.2.2 version is not published to cocoapods trunk.
default version when using

pod 'NMRangeSlider' 

is 1.2.1

@n13
Copy link

n13 commented Jul 8, 2015

@chanil1218 Thanks so much, that fixed it.

(First time I'm trying to use NMRangeSlider and then that happened... classic.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants