RAMTextField
public class RAMTextField: UITextField
RAMTextField
Textfield with a line in the bottom
-
Overriding UIView’s drawRect method to add line in the bottom of the Text Field
Declaration
Swift
override public func drawRect(rect: CGRect)Parameters
rectRect that should be updated. This override ignores this parameter and redraws all text field
RAMTextField Class Reference