Exemple #1
0
        public static IConstraint CenterToParrent(this UIView view, float multiplier = 1)
        {
            var helper = new Constraint(view);

            return(helper.CenterToParrent(multiplier));
        }