tbointeractive / bytes

bytes is a set of Swift tools to cover many all-day tasks in iOS development.
MIT License
7 stars 1 forks source link

Expose UIView+Constraints to obj-c #30

Open pstued opened 5 years ago

pstued commented 5 years ago

Right now, all the constraints convenience methods can only be used within Swift. What do you think about exposing them to Obj-C as well? @brototyp @thorstenstark

brototyp commented 5 years ago

I am absolutely in! The @discardableResult isn't an issue here, right?

thorstenstark commented 4 years ago

Sounds good 👍