I have a problem related to the Swift Slider when I try to put it inside a View
My project has the following structure
- View (main)
- View (used for grouping)
- ScrollView
- View (Objects)
- ScrollView
- View (used for grouping)
If I put the Slider inside the Main View, Group View and ScrollView it corresponds to its operation, if I put it inside the Object View which is the last one it stops working.