From 2f7aa0f659fa63e0ee72d34d1b30918c2d295a13 Mon Sep 17 00:00:00 2001 From: Arunav Sanyal Date: Fri, 24 Mar 2017 10:34:05 -0700 Subject: [PATCH] : Changing keyboardDidShowWithFrame from UIViewController extensions access modifier to open. : fix $ SIM/TT: --- Sources/UIViewControllerExtensions.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/UIViewControllerExtensions.swift b/Sources/UIViewControllerExtensions.swift index 84cf8c89..0f6b8bd1 100644 --- a/Sources/UIViewControllerExtensions.swift +++ b/Sources/UIViewControllerExtensions.swift @@ -112,7 +112,7 @@ extension UIViewController { } - public func keyboardDidShowWithFrame(_ frame: CGRect) { + open func keyboardDidShowWithFrame(_ frame: CGRect) { }