freshOS / KeyboardLayoutGuide

⌨️ KeyboardLayoutGuide, back from when it didn't exist.
MIT License
1.19k stars 59 forks source link

Provide better API for using Safe Area. #29

Closed abekert closed 4 years ago

abekert commented 4 years ago

My proposal to resolve #28

Also, we can remove using objc_setAssociatedObject, as layout guides are already stored into the view's layoutGuides array.

s4cha commented 4 years ago

@abekert This is a very cool improvement, cleanly implemented 👏 ! Congrats!

s4cha commented 4 years ago

Removing the objc_setAssociatedObject is awesome by the way !