We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 715ef0d + 80cdbbc commit c1d0178Copy full SHA for c1d0178
1 file changed
Sources/FloatLabelRow.swift
@@ -29,7 +29,7 @@ import MapKit
29
import Eureka
30
31
//MARK: FloatLabelCell
32
-public class _FloatLabelCell<T>: Cell<T>, UITextFieldDelegate, TextFieldCell where T: Equatable, T: InputTypeInitiable {
+open class _FloatLabelCell<T>: Cell<T>, UITextFieldDelegate, TextFieldCell where T: Equatable, T: InputTypeInitiable {
33
34
public var textField: UITextField! { return floatLabelTextField }
35
0 commit comments