I have a constraint to set the height of the view.
The constraint is proportional height constraint.
I want to calculate the height using the constraint that's I want to know what is the view height.
any APIs to do that ?
I know I can manually find it myself as well using formula but I don't want to do that
Lets say the height constraint 58% of parent view and it has constant value of 10 then what is the total height assigned by constraint to the view