Update Riot/Modules/Common/KeyboardAvoiding/KeyboardAvoider.swift

Co-Authored-By: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
This commit is contained in:
manuroe
2019-01-22 17:14:11 +01:00
committed by GitHub
parent 93b41bcb0c
commit 99736bb354
@@ -35,7 +35,7 @@ final class KeyboardAvoider {
/// Designated initializer.
///
/// - Parameter scrollViewContainerView: The view that wrap the scroll view.
/// - Parameter scrollViewContainerView: The view that wraps the scroll view.
/// - Parameter scrollView: The scroll view containing keyboard inputs and where content view overlap with keyboard should be avoided.
init(scrollViewContainerView: UIView, scrollView: UIScrollView) {
self.scrollViewContainerView = scrollViewContainerView