0

I am using FluentLayout to create IOS layouts and I am trying to remove a constraint and it does not work. I tried using both RemoveConstraint and Constraint.Active = false but none of them are working. Do you have any idea on how can I do this?

Kam
  • 391
  • 1
  • 3
  • 12

1 Answers1

0

You should call LayoutIfNeeded() on the current View afterward.

Tri Nguyen
  • 480
  • 3
  • 16