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.
2 parents abc60f2 + 49a7145 commit 08b10a6Copy full SHA for 08b10a6
iOSDropDown/Classes/iOSDropDown.swift
@@ -7,7 +7,7 @@
7
// Copyright © 2018 JRiOSdev. All rights reserved.
8
//
9
import UIKit
10
-
+@objc(JRDropDown)
11
open class DropDown : UITextField{
12
13
var arrow : Arrow!
@@ -402,7 +402,7 @@ extension DropDown: UITableViewDataSource {
402
cell?.textLabel?.font = self.font
403
cell?.textLabel?.textAlignment = self.textAlignment
404
cell?.textLabel?.numberOfLines = 0
405
- cell?.textLabel?.lineBreakMode = .byWrodWrapping
+ cell?.textLabel?.lineBreakMode = .byWordWrapping
406
return cell!
407
}
408
0 commit comments