Skip to content

Commit 3a192fa

Browse files
authored
Update iOSDropDown.swift
1 parent 6d5ac11 commit 3a192fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/iOSDropDown.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ open class DropDown : UITextField{
6060
fileprivate var backgroundView = UIView()
6161
fileprivate var keyboardHeight:CGFloat = 0
6262

63-
public var rowTextColor: UIcolor = .black
63+
public var rowTextColor: UIColor = .black
6464
public var optionArray = [String]() {
6565
didSet{
6666
self.dataArray = self.optionArray

0 commit comments

Comments
 (0)