What I want to is to achieve something like swipe to right to fill-in colors(time availability) on a time-axes. Basically like below:
My solution right now is to use a UICollectionView and make it horizontal and expect to swipe on the UICollectionViewCells in it to fill-in color. But seems like I don't have solid solution to do this. Do you guys have any other better solutions? We actually don't have to use my way like UICollectionView to solve this. Thanks.
Below is what I achieved, currently you can only tap-to-fill-colors, not swipe:
don't worry about the upper sliders, it's because the with is too long since I divided the width into 24 hours. the grey thin graduations are just UIView