iOSLayoutConstraints … Less Constrained

Originally published at: iOSLayoutConstraints … Less Constrained – Xojo Programming Blog

Until now, the only way to work with named iOSLayoutConstraint instances was by assigning a name in the Inspector Panel. This allowed you to reference them later in code, for example, to deactivate, reactivate, or remove them from a MobileScreen or MobileUIControl. Very handy! But what about iOSLayoutConstraint instances created in code? Starting with Xojo…

2 Likes