Error inserting Slider into View - Swift

0

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)

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.

    
asked by anonymous 25.05.2015 / 15:11

1 answer

0

Remove the grouping View, just leave the main View and put the objects in.

    
16.06.2015 / 16:52