我有一个表格视图,里面有很多元素,当我向下滚动时,它不会停留在我离开滚动条的位置,它会再次回到顶部。
如何解决?
tableView = [[UITableView alloc]init];
tableView.frame = CGRectMake(0,66 ,320.0, 768.0);
tableView.delegate = self;
tableView.dataSource = self;
[self addSubview:tableView];
我的行高是 110