UIDesign Tips

I want to run the following script,

image

My idea is to have three different kinds of tables. But I ran into a scroll problem that if I scroll tableview3 vertically, I also need to scroll tableview1 and tableview2.

Is there any other idea to implement this? Or a solution to the scroll problem?

Note: The number of columns is dynamic.

Happy coding

+3
source share
1 answer

, UITableView , "". UITableView - !

UITableView - , , , tableview - UIScrollView, . setContentOffset, .

+1

Source: https://habr.com/ru/post/1782630/


All Articles