-
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
NMRangeSlider with Swift #58
Comments
Set this commit in your Podfile: pod 'NMRangeSlider', :git => 'https://github.com/chanil1218/NMRangeSlider.git', :commit => 'c89890c' |
humm.. tried that, doesnt seem to work. more ideas? |
The slider or the knobs aren't visible ? |
exactly. debugging the view i can see the object is there, but seems to be transparent or something.. i added images into the xcassets, project.. but nothing seems to make a difference. i added logs all over the place and all methods seem to be called all the way to the addSubview. so no ideas what's going on -- it works fine on a pure objc proj though. |
I have it working on a Swift project using that commit that fixes the bundle bug. |
maybe i'm doing something wrong then.. would you share a working empty project please? |
@bre7 That works :) thanks |
You just have to use a specific commit in your Podfile (until #54 is merged): pod 'NMRangeSlider', :git => 'https://github.com/chanil1218/NMRangeSlider.git', :commit => 'c89890c' |
@bre7 That did the trick, thanks! |
hi :)
i'm trying to use NMRangeSlider with my projject written in Swift.
i faced a problem: the slider doesn't appear at all!
when i entered the Debug View Hierarchy and see if it's on canvas, the slider was there !!!
but all its component are white, so it seemed that the slider doesn't take the default values.
So my question is :
How to deal with NMRangeSlider with swift ?
why this problem happened?
The text was updated successfully, but these errors were encountered: