squimer / DatePickerDialog-iOS-Swift

Date picker dialog for iOS
MIT License
581 stars 177 forks source link

Please add @objc to the public method #78

Closed tichise closed 6 years ago

tichise commented 6 years ago

Please add @objc to the public method. The method you wish to add is the following part.

public init(textColor: UIColor = UIColor.black,
                buttonColor: UIColor = UIColor.blue,
                font: UIFont = .boldSystemFont(ofSize: 15),
                locale: Locale? = nil,
                showCancelButton: Bool = true)

required public init?(coder aDecoder: NSCoder)

open func show