Skip to content

Commit 08b61d9

Browse files
committed
UI Updates
1 parent 6985310 commit 08b61d9

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Updates
2+
## [v2.3.1](https://github.com/younatics/YNDropDownMenu/releases/tag/2.3.1)
3+
* Minor UI Update
4+
25
## [v2.3.0](https://github.com/younatics/YNDropDownMenu/releases/tag/2.3.0)
36
* Make Framework
47

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.3.0'
11+
s.version = '2.3.1'
1212
s.summary = 'Awesome Dropdown menu for iOS with Swift 3'
1313

1414
s.description = <<-DESC

YNDropDownMenu/YNDropDownButton.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class YNDropDownButton: UIButton {
101101
self.buttonImageView.image = _buttonImage
102102
self.buttonImageView.translatesAutoresizingMaskIntoConstraints = false
103103

104-
let buttonImageViewXContraint = NSLayoutConstraint(item: buttonImageView, attribute: .left, relatedBy: .equal, toItem: buttonLabel, attribute: .right, multiplier: 1.0, constant: 4)
104+
let buttonImageViewXContraint = NSLayoutConstraint(item: buttonImageView, attribute: .left, relatedBy: .equal, toItem: buttonLabel, attribute: .right, multiplier: 1.0, constant: 5)
105105
let buttonImageViewYConstraint = NSLayoutConstraint(item: buttonImageView, attribute: .centerY, relatedBy: .equal, toItem: buttonLabel, attribute: .centerY, multiplier: 1.0, constant: 0)
106106

107107
let buttonImageViewHeight = NSLayoutConstraint(item: buttonImageView, attribute: .height, relatedBy: .equal, toItem: nil, attribute: .notAnAttribute, multiplier: 1.0, constant: _buttonImage.size.height)

0 commit comments

Comments
 (0)