Skip to content

Commit 2cf855b

Browse files
Bump to 2.3.0
1 parent fd986b8 commit 2cf855b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

DropDown.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "DropDown"
4-
s.version = "2.0.2"
4+
s.version = "2.3.0"
55
s.summary = "A Material Design drop down"
66

77
s.description = <<-DESC

DropDown/src/DropDown.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public final class DropDown: UIView {
194194
}
195195

196196
/**
197-
The color of the dimmed background (behind the drop down, covering the entire screen.
197+
The color of the dimmed background (behind the drop down, covering the entire screen).
198198
*/
199199
public var dimmedBackgroundColor = UIColor.clear {
200200
willSet { super.backgroundColor = newValue }

README.md

+2-1
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.0.2-green.svg?style=flat)](https://github.com/AssistoLab/DropDown)
5+
[![Version](http://img.shields.io/badge/version-2.3.0-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

@@ -245,6 +245,7 @@ You can customize these properties of the drop down:
245245
- `backgroundColor`: the background color of the drop down.
246246
- `selectionBackgroundColor`: the background color of the selected cell in the drop down.
247247
- `cellHeight`: the height of the drop down cells.
248+
- `dimmedBackgroundColor`: the color of the background (behind the drop down, covering the entire screen).
248249

249250
You can change them through each instance of `DropDown` or via `UIAppearance` like this for example:
250251

0 commit comments

Comments
 (0)