File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "DropDown"
4
- s . version = "2.0.2 "
4
+ s . version = "2.3.0 "
5
5
s . summary = "A Material Design drop down"
6
6
7
7
s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ public final class DropDown: UIView {
194
194
}
195
195
196
196
/**
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) .
198
198
*/
199
199
public var dimmedBackgroundColor = UIColor . clear {
200
200
willSet { super. backgroundColor = newValue }
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Twitter: @kevinh6113 ] ( http://img.shields.io/badge/contact-%40kevinh6113-70a1fb.svg?style=flat )] ( https://twitter.com/kevinh6113 )
4
4
[ ![ 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 )
6
6
[ ![ Cocoapods] ( http://img.shields.io/badge/Cocoapods-available-green.svg?style=flat )] ( http://cocoadocs.org/docsets/DropDown/ )
7
7
[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
8
8
@@ -245,6 +245,7 @@ You can customize these properties of the drop down:
245
245
- ` backgroundColor ` : the background color of the drop down.
246
246
- ` selectionBackgroundColor ` : the background color of the selected cell in the drop down.
247
247
- ` cellHeight ` : the height of the drop down cells.
248
+ - ` dimmedBackgroundColor ` : the color of the background (behind the drop down, covering the entire screen).
248
249
249
250
You can change them through each instance of ` DropDown ` or via ` UIAppearance ` like this for example:
250
251
You can’t perform that action at this time.
0 commit comments