Questions tagged [scrolltorow]

3 questions
0
votes
1 answer

UITableView scrollToRow breaks paginated scroll

I'm creating a social media app similar to instagram. Lets say you're on a user's profile. and you're looking at their posts as mini squares in their profile and you tap on the 3rd post. Now it takes you to a new screen where you're looking at their…
Renegade
  • 642
  • 1
  • 10
  • 19
0
votes
0 answers

Scrollable Table View - scroll when needed

I have a scrollable tableView and I want to add tooltip some of these cells. For this, I made the necessary checks and kept the cellPaths as the row and section of necessary cells to which tooltips will be added. My problem starts here: if I try to…
0
votes
1 answer

iOS TableView ScrollToRow Empty Screen Problem

i am trying to use scrollToRow but when call this method tableview does not show any data sometimes. When i check UI inspector i can see table cells but does not seen on screen. I tried to DispactQueue didn't solve this problem var forIndex = 0 …