SkyFloatingLabelTextField
SkyFloatingLabelTextField copied to clipboard
Adding inputView(UIPickerView) to TextFiled causing application crash
Assigned input view in viewdidload.
textfield.inputView = pickerView
App is crashing on begin editing
func textFieldDidBeginEditing(_ textField: UITextField) {
}
Hey @vijayasaiatyam do you have a more details on this, maybe a stacktrace?