0
我有一個tableview中,並有在它元素的負荷,當我向下滾動,它不會留在我離開滾動,再次去到頂部。UITableView滾動,但不是預期的?
如何解決?
tableView = [[UITableView alloc]init];
tableView.frame = CGRectMake(0,66 ,320.0, 768.0);
tableView.delegate = self;
tableView.dataSource = self;
[self addSubview:tableView];
我行高度爲110
我覺得你的tableview是比實際可見大。 請分享一些代碼。 – Suryakant
我已經添加代碼 – erdemgc
看到我告訴你,你的表視圖高度爲更多的可視面積。 請檢查我的答案。 – Suryakant