given the following constraint in ios programmatically:
IBOutlet NSLayoutConstraint *myConstraint;
this constraint is linked in interfacebuilder to the following details:

How do I change the relation attribute programmatically. I tried to look up for a method called setRelation but I don't see it.