I have an onboarding section of my app with 4 pages the users scrolls through horizontally to get an idea of how to use the app (standard). I want the background color to tr
You can use a delegate based on your need. If you when to change the background colour simultaneously when when scrolling you should use scrollViewDidScroll method where you can get the contentOffSet dynamically and change the background colour. If you wants it after completing the scroll you can use as @Chetan said