Skip to content

Commit 8477c78

Browse files
author
Ricardo Santos
committed
Fix visibility of UIResponder extension #4
1 parent 87b3bb4 commit 8477c78

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

FazeKit/Classes/UIResponderAdditions.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121

2222
import UIKit
2323

24-
extension UIResponder {
25-
static func resignAnyFirstResponder() {
24+
public extension UIResponder {
25+
26+
public static func resignAnyFirstResponder() {
2627
UIApplication.shared.sendAction(#selector(UIResponder.resignFirstResponder), to: nil, from: nil, for: nil)
2728
}
29+
2830
}

0 commit comments

Comments
 (0)