Reputation: 309
I want to make A,B,C touchable buttons, but I also want the user to able to scroll between the related three tableView
s.
ScrollView
only has three simple dots to show the current view, and I'm not able to touch them. Is there a way that I can design something like the image below?
Upvotes: 0
Views: 2065
Reputation: 4855
here is demo Code in Swift which you can use I Made a basic Code and you can modify it as per Your Requirement use table or collection in View as you require
here is my storyBoard Look
Constraint for scrollView ContentView [Must]
Here are outlets and code Required
and my simulator output is here
secondView
Upvotes: 3