How can I scroll to down on any screen using appium ios

How can I scroll to down desired number of times on any screen using appium iOS?

I do not need to scroll to any particular element.

can someone answer it please?

Normally, I’d recommend using AppiumDriver’s swipe method and a loop. Unfortunately, Apple broke the swipe functionality for their automation framework, so the swipe will sometimes work, and sometimes not.

Swipe is one method.
The other would be to try out a TouchAction method and move it the desired coordinates.