Search code examples
iosswiftxcodeuisegmentedcontrol

Xcode UISegmentedControl is not showing on iOS 12


I had a UISegementedControl on a UIViewController. it shows on iOS 13+ but it is invisible on iOS 12+.

iOS 12.4

enter image description here

iOS 13.2.2

enter image description here

I tried having a fix size but still not showing.

Edit: this is the Attributes Inspector.

enter image description here


Solution

  • Change the tint and background from default to any other colour and try..