业精于勤,荒于嬉;行成于思,毁于随。
If you put it in a cell, I can’t think of any other way besides adjusting the height of the cell. Do you have to use tableview to do it?
Same as above, except you can try putting several sliders in one cell.
//Using this method, you can move the cell to the top level, which should prevent it from being covered by other cells. [self.view insertSubview:cell atIndex:MAXFLOAT];
If you put it in a cell, I can’t think of any other way besides adjusting the height of the cell. Do you have to use tableview to do it?
Same as above, except you can try putting several sliders in one cell.
//Using this method, you can move the cell to the top level, which should prevent it from being covered by other cells.
[self.view insertSubview:cell atIndex:MAXFLOAT];