Change width and colour of scroll bar in UITableView, iphone

前端 未结 8 1539
时光说笑
时光说笑 2020-11-30 06:53

I could only find if one wants to display scroll bar or not using

tableView.showsVerticalScrollIndicator = YES/NO;

but how can I customize

8条回答
  •  一整个雨季
    2020-11-30 07:08

    change indicator color with 3 default color style.

    TextField.indicatorStyle=UIScrollViewIndicatorStyleWhite;

提交回复
热议问题