0

I'm configuring my UI, in my first view all work perfect, but on my second view have a problem with segment button.

enter image description here

And don't apear on my view. I can drag but still looks "disable" and generate warning "Position is ambiguous for segmented control"

What happen?

UdayM
  • 1,725
  • 16
  • 34
Aris Guimerá
  • 1,095
  • 1
  • 12
  • 27

2 Answers2

3

This may solve your issue. Check the option "installed" in IB. see below gif image

enter image description here

UdayM
  • 1,725
  • 16
  • 34
0

Try to select "Favs" controller in your storyboard, then select "Editor -> Resolve Autolayout Issues -> Reset to suggested constraints" from Xcode upper menu.

Vladimir K
  • 1,382
  • 1
  • 12
  • 27