We are testing an app currently on sale on iOS 15.
When I start scrolling up and down by touch in a UIPickerView , the scrolling is not smooth. There is a short break when you start scrolling. If I flick it quickly, it stops and after a while it has already scrolled to where some data has advanced.
If we start scrolling and keep scrolling, then we don't have the above symptoms.
The above symptoms start after the app does a big operation while loading a file. That is, when the symptom starts, it is there in the UIPickerView throughout the app.
Only UIPickerView scrolling, other screen transitions or UITableView scrolling do not show such symptoms.
There is no such symptom until iOS 14.
Could you give us some advice on the cause of the above symptoms or how to improve it? The device tested is an iPhone 8 plus.
We did send feedback to Apple through the Feedback app on devices that currently have iOS 15 installed.