Pin view to super view
When working with constraints in code the native API can be very painful and * to use. Most of the...
A convenient way of enabling Auto Layout for UIView in Swift 5
Sometimes we want to enable Auto Layout when you are creating a UIView in code. We can make that process...