Skip to content

Commit

Permalink
<Description> : Changing keyboardDidShowWithFrame from UIViewControll…
Browse files Browse the repository at this point in the history
…er extensions access

modifier to open.

<Type> : fix

$ SIM/TT:
  • Loading branch information
Khalian committed Mar 26, 2017
1 parent 6b22f43 commit 25e9d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/UIViewControllerExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ extension UIViewController {

}

public func keyboardDidShowWithFrame(_ frame: CGRect) {
open func keyboardDidShowWithFrame(_ frame: CGRect) {

}

Expand Down

0 comments on commit 25e9d61

Please sign in to comment.