freshOS / KeyboardLayoutGuide

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

Adds usesSafeArea to opt out of safe Area behaviour #27

Closed s4cha closed 5 years ago

s4cha commented 5 years ago

Based on @moyerr 's idea in https://github.com/freshOS/KeyboardLayoutGuide/issues/23 this introduces usesSafeArea to opt out of default safe Area behaviour.

// Opt out of safe area if needed.
view.keyboardLayoutGuide.usesSafeArea = false
moyerr commented 5 years ago

This is great, thank you for implementing this! Would love to see it merged into master.

s4cha commented 5 years ago

@moyerr this is now in 1.4.2, let me know if that works as you expected :)