jlandon / Alexandria

A library of Swift extensions to turbocharge your iOS development.
https://jlandon.github.io/Alexandria
MIT License
65 stars 8 forks source link

Swift-only syntatic sugar for pin__(toSupport:) #26

Closed apcorc closed 8 years ago

apcorc commented 8 years ago

I've been using this in a couple projects and I really like it. Makes it easy to change pinTop(to: view) to pinTop(to: topLayoutGuide, .Bottom) without having to say toSupport: and vice versa.

Swift only because otherwise it collides with the obj-c selector signature.

jlandon commented 8 years ago

👍