iOS UITableView 取消弹性效果

 UITableView *tableView = [[UITableView alloc]init];
 tableView.bounces = NO;

你可能感兴趣的:(ios,UITableView)