Closed mydesweb closed 2 years ago
When to use KeyboardManager.resignFirstResponder() ? I can't find any documentation about it. Thanks.
This is an iOS specific method https://developer.apple.com/documentation/uikit/uiresponder/1621097-resignfirstresponder
And here is the code used inside the IQKeyboardManager.
https://github.com/hackiftekhar/IQKeyboardManager/blob/641ef9f19960a8ecdf22bc89290d0ba56ed37826/IQKeyboardManagerSwift/IQKeyboardManager.swift#L203-L218
When to use KeyboardManager.resignFirstResponder() ? I can't find any documentation about it. Thanks.