TomThorpe / TTRangeSlider

A slider, similar in style to UISlider, but which allows you to pick a minimum and maximum range.
MIT License
968 stars 204 forks source link

stocking and small views problems #93

Closed M0TRIX closed 5 years ago

M0TRIX commented 5 years ago

hello.

1_tracking stocks

2_ how can i increase slider's size ? it is too small in iphone X

slider = TTRangeSlider(frame: CGRect(x: 10, y: 10, width: 414, height: 300))

TomThorpe commented 5 years ago

Hi!

This question is not unique to TTRangeSlider and is more about how to place ui components in the view and size them. You'd be best off finding some info about autolayout and following those with normal components first, then applying this to TTRangeSlider.

Thanks! Tom