Skip to content

Commit dc69b3d

Browse files
Bump to 2.3.2
1 parent 2b75f98 commit dc69b3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DropDown/src/DropDown.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ extension DropDown {
11071107
Starts listening to keyboard events.
11081108
Allows the drop down to display correctly when keyboard is showed.
11091109
*/
1110-
public static func startListeningToKeyboard() {
1110+
@objc public static func startListeningToKeyboard() {
11111111
KeyboardListener.sharedInstance.startListeningToKeyboard()
11121112
}
11131113

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Twitter: @kevinh6113](http://img.shields.io/badge/contact-%40kevinh6113-70a1fb.svg?style=flat)](https://twitter.com/kevinh6113)
44
[![License: MIT](http://img.shields.io/badge/license-MIT-70a1fb.svg?style=flat)](https://github.com/AssistoLab/DropDown/blob/master/README.md)
5-
[![Version](http://img.shields.io/badge/version-2.3.1-green.svg?style=flat)](https://github.com/AssistoLab/DropDown)
5+
[![Version](http://img.shields.io/badge/version-2.3.2-green.svg?style=flat)](https://github.com/AssistoLab/DropDown)
66
[![Cocoapods](http://img.shields.io/badge/Cocoapods-available-green.svg?style=flat)](http://cocoadocs.org/docsets/DropDown/)
77
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
88

0 commit comments

Comments
 (0)