SegmentedControl do not work correctly on iPhone 13Mini simulator

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ß

Answered by Claude31 in 694761022

I tested on Xcode 13.2ß. Problem solved. Both on iOS 15.0 and iOS 15.2. So apparently problem was in Xcode.

Accepted Answer

I tested on Xcode 13.2ß. Problem solved. Both on iOS 15.0 and iOS 15.2. So apparently problem was in Xcode.

SegmentedControl do not work correctly on iPhone 13Mini simulator
 
 
Q