robinsiebler112
Aug 03, 2014 - 20:29
I have a view. On the view, I have a textfield and a button. Until the textfield has text, the button is disabled. Currently, I have to enter text into the textfield and THEN press Enter in order to trigger the textfield action to enable the button.
Is there a way to use the textview_did_end_editing method to enable the button?