Center a dynamically created UIView over a UILabel in the storyboard not working – Photoshop
I have a UILabel that is placed on my Storyboard with AutoLayout. (Constraints include height, width and center horizontally, and vertical spacing from the top). I have UIView that makes a circle with the drawRect method using a UIBeizerPath. Nothing…