-
Notifications
You must be signed in to change notification settings - Fork 228
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
Comments
@LandonRover you should better check #54 commit to fix your problem. |
That looks like it, thank you for the heads up about the commit. |
I was able to get the slider to show, but the middle is still blank (not the orange shown in the demo). |
@LandonRover try,
this one. @muZZkat And I think 1.2.2 version is not published to cocoapods trunk.
is 1.2.1 |
@chanil1218 Thanks so much, that fixed it. (First time I'm trying to use NMRangeSlider and then that happened... classic.) |
Added a UIView to the cell prototype in Storyboard, added NMRangeSlider as the class.
Shows a blank white cell. Thoughts?
The text was updated successfully, but these errors were encountered: