[cpp] view plaincopy在CODE上查看代码片派生到我的代码片
[tableView addPullToRefreshWithActionHandler:^{
// prepend data to dataSource, insert cells at top of table view
// call [tableView.pullToRefreshView stopAnimating] when done
} position:SVPullToRefreshPositionBottom];
18. 怎么把tableview里Cell的小对勾颜色改成别的颜色?