SkyFloatingLabelTextField icon indicating copy to clipboard operation
SkyFloatingLabelTextField copied to clipboard

Adding inputView(UIPickerView) to TextFiled causing application crash

Open vijayasaiatyam opened this issue 7 years ago • 1 comments

Assigned input view in viewdidload.

textfield.inputView = pickerView

App is crashing on begin editing

func textFieldDidBeginEditing(_ textField: UITextField) {
}

vijayasaiatyam avatar Oct 05 '18 12:10 vijayasaiatyam

Hey @vijayasaiatyam do you have a more details on this, maybe a stacktrace?

k0nserv avatar Dec 10 '18 09:12 k0nserv