Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
rursache committed Nov 11, 2021
1 parent 813d0e1 commit 272f360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Files/RSDatePicker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import UIKit
public var calendarIconIsHidden: Bool = false {
didSet {
self.calendarImageView.isHidden = self.calendarIconIsHidden
self.calendarImageView.alpha = self.calendarIconIsHidden ? 0 : 1
}
}
public var leftMargin: Double = 8 {
Expand Down

0 comments on commit 272f360

Please sign in to comment.