Getting console log while scrolling ScrollView
.
Is there way to remove this?
2019-03-27 12:33:34.109573+0530 MyApp[10465:46241] [UIWorkInter
You can simply silence the noise from the simulator:
On Environment Variables section set OS_ACTIVITY_MODE = disable
Unfortunately, I can't find any information relating to this issue in Apple documentation, but I believe that it is some diagnostic output which is used to analyze the scrolling performance.