bhlvoong / LBTATools

Set of tools to drastically improve development speed of UI in iOS applications
MIT License
727 stars 94 forks source link

Added centerXTo(_ anchor:) and centerYTo(_ anchor:) convenience methods #11

Closed zakbarlow1995 closed 5 years ago

zakbarlow1995 commented 5 years ago

Added more general centering methods for anchoring views (not limited to superview's center-anchors as per existing centerXToSuperview() centerYToSuperview() methods).

bhlvoong commented 5 years ago

I think I'll merge this if you modify the signature to non-optional parameters. I don't think it makes sense to pass nil to this method.

zakbarlow1995 commented 5 years ago

Good point, updated to accept non-optional anchors