I'm trying to create a range slider for my monotouch iphone application.
I have a search and found this source: CMRangeSlider
the code has a class that implement rangeslider. the problems is that the source is objective c and if i want to rewrite it by c# it takes so much time from me. Is there any fast and easy way that we reuse the existing objective-c codes in C# monotouch?
Thanks
This is a Monotouch project from the RangeSlider: https://github.com/nicwise/RangeSliderMonoTouch
It's based on another project: http://buildmobile.com/wicked-ios-range-slider-part-one/ but should do the same I guess