I Have to divide a UIView horizontally into three even sized subviews using Xcode. I tried to use constraints. I got the following result.
UIView
Xcode
Set the constraints of Equal width by selecting all the three Views and provide the constraint of horizontal spacing of 1 point. It will divide the views into 3 equal width views.