mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
Update Riot/Modules/Common/KeyboardAvoiding/KeyboardAvoider.swift
Co-Authored-By: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user