Skip to content

Commit 24da734

Browse files
author
Ricardo Santos
committed
Merge branch 'release/1.0.3'
2 parents 6050fe2 + e21e1a7 commit 24da734

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

FazeKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FazeKit'
3-
s.version = '1.0.2'
3+
s.version = '1.0.3'
44
s.summary = 'A collection of helper functions and extensions for Swift iOS apps'
55
s.description = 'A collection of extensions and convenience functions on Foundation, UIKit and other Cocoa Frameworks, built in Swift for iOS development'
66
s.homepage = 'https://github.com/NextFaze/FazeKit'

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)