Skip to content

Commit ac43f8a

Browse files
committed
Add more docs for 100%
1 parent 57a6ad6 commit ac43f8a

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Updates
22

3+
## [v2.1.3](https://github.com/younatics/YNDropDownMenu/releases/tag/2.1.3)
4+
* Add more docs
5+
36
## [v2.1.2](https://github.com/younatics/YNDropDownMenu/releases/tag/2.1.2)
47
* Add more docs
58

YNDropDownMenu.podspec

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

99
Pod::Spec.new do |s|
1010
s.name = 'YNDropDownMenu'
11-
s.version = '2.1.2'
11+
s.version = '2.1.3'
1212
s.summary = 'Awesome Dropdown menu for iOS with Swift 3'
1313

1414
s.description = <<-DESC

YNDropDownMenu/Source/YNDropDownMenu.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ import UIKit
1010

1111
/// Button status
1212
public enum YNStatus {
13+
/// Normal YNStatus
1314
case normal
15+
16+
/// Selected YNStatus
1417
case selected
18+
19+
/// Disabled YNStatus
1520
case disabled
1621
}
1722

0 commit comments

Comments
 (0)