When does a subview of a custom UIView know its own bounds? – Ios swift
I've created a custom UIView with a subview containing several square subviews which are sized using layout constraints. I'd like for each subview to be circular so I'm holding a reference to the view in an array, then iterating through…