We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5ac11 commit 3a192faCopy full SHA for 3a192fa
Classes/iOSDropDown.swift
@@ -60,7 +60,7 @@ open class DropDown : UITextField{
60
fileprivate var backgroundView = UIView()
61
fileprivate var keyboardHeight:CGFloat = 0
62
63
- public var rowTextColor: UIcolor = .black
+ public var rowTextColor: UIColor = .black
64
public var optionArray = [String]() {
65
didSet{
66
self.dataArray = self.optionArray
0 commit comments