随手整理

    xiaoxiao2025-11-08  6

     //隐藏tableView的滚动条

    tableview.scrollIndicatorInsets = UIEdgeInsetsMake(0, 0,                                                         0,UIScreen.mainScreen().bounds.size.width+7)

    //掩藏scrollerview的滚动条

    cell.scrollerView.showsVerticalScrollIndicator = false

                    cell.scrollerView.showsHorizontalScrollIndicator = false

    转载请注明原文地址: https://ju.6miu.com/read-1303976.html
    最新回复(0)