From 32a2be186ba64cafa781d08552c0a141380511b5 Mon Sep 17 00:00:00 2001 From: Nathan Fiscaletti Date: Mon, 25 Mar 2019 13:41:47 -0500 Subject: [PATCH] Update README.md Added KeyboardLockiOSt to the similar solutions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 146aa85..cbd445b 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,10 @@ IHKeyboardAvoiding pros: https://github.com/michaeltyson/TPKeyboardAvoiding (UIScrollView based) https://github.com/kirpichenko/EKKeyboardAvoiding (UIScrollView based) -https://github.com/robbdimitrov/RDVKeyboardAvoiding (UIScrollView based) -https://github.com/hackiftekhar/IQKeyboardManager (looks interesting) -https://github.com/danielamitay/DAKeyboardControl (looks interesting) +https://github.com/robbdimitrov/RDVKeyboardAvoiding (UIScrollView based) +https://github.com/hackiftekhar/IQKeyboardManager (looks interesting) +https://github.com/danielamitay/DAKeyboardControl (looks interesting) +https://github.com/nathan-fiscaletti/KeyboardLockiOS (looks interesting) ## Author