Reputation: 1017
I'm configuring my UI, in my first view all work perfect, but on my second view have a problem with segment button.
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?
Upvotes: 0
Views: 80
Reputation: 1783
This may solve your issue. Check the option "installed" in IB. see below gif image
Upvotes: 3
Reputation: 1382
Try to select "Favs" controller in your storyboard, then select "Editor -> Resolve Autolayout Issues -> Reset to suggested constraints" from Xcode upper menu.
Upvotes: 0