Skip to content

Commit

Permalink
Fix retain cycle issue (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-almatri authored and hughbe committed Jan 14, 2019
1 parent 72807d8 commit c24803d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class DayDatePickerView: UIControl {
}

// MARK: - Delegate
@IBOutlet public var delegate: DayDatePickerViewDelegate?
@IBOutlet public weak var delegate: DayDatePickerViewDelegate?

// MARK: - Public Property
public var minDate: Date? {
Expand Down

0 comments on commit c24803d

Please sign in to comment.