UISegmented controls seem not to work correctly in iPhone 13 Mini simulator. When tapping on a segment, control does not react before 30 to 40 s ; then it shows uncomplete redraw:
I also noted similar lag in updating display when some label text changes.
Configuration:
- MacOS 11.6.1
- Xcode 13RC
- iOS 15.0 simulator.
It works ok on a few other simulators I tested.
I created an extremely simple project to reproduce:
- new project in Xcode 13RC
- added a segmentedControl at bottom of view, constrained to leading and trailing 0 to the safe area
- set selected color to red.
- run on iPhone 13 mini simulator
I will test later with Xcode 13.2ß