-1

I have two UITableViews, one for date and another for text. But they are both scrollable indecently, I want them to scroll together. I'll attach a photo of my app. enter image description here

enter image description here

Shivam Parmar
  • 1,520
  • 11
  • 27
derGoleb
  • 27
  • 4
  • 1
    Maybe be limplementing the `UIScrollViewDelegate` methods of the `UITableView` and being its delegate. – Larme Jan 20 '21 at 12:56
  • https://stackoverflow.com/questions/7918481/making-two-uiscrollviews-follow-each-others-scrolling https://stackoverflow.com/questions/9879138/syncing-the-scroll-position-of-multiple-uitableview-instances etc. – Larme Jan 20 '21 at 12:57

1 Answers1

1

If anyone wonders, I got to solve this by simply using one UITableView with a custom UITableViewCell.

derGoleb
  • 27
  • 4