UIScrollView.appearance().bounces = false
Use this in QuizView on onAppear(perform: {}) method to stop bounces, maybe it's work for you.