alskipp / ASValueTrackingSlider

A UISlider subclass that displays the slider value in a popup view
MIT License
1.84k stars 234 forks source link

Slider over borders will show incomplete #59

Open chenbingsheng opened 7 years ago

chenbingsheng commented 7 years ago

Slider on the UICollectionView or UITableView will show more than the border is not complete, can not let the bubbles show up in the UIWindow so that it will not be blocked #

chenbingsheng commented 7 years ago

c593fd822ae3cf59ea43c8cbc9c4484e

alskipp commented 7 years ago

Is it possible to arrange your view hierarchy so that the middle view is drawn last? The popup view should then be drawn above the top view.