I tried - How to disable/enable the return key in a UITextField? but this gives compilation error.
Requirement : Return key should be disabled until user enters 9 characters.
I tried textfield.enablesReturnKeyAutomatically = YES;
Using this return key was disabled when no input text is available in text field.As soon as i enter text its becoming enable.
Is there any solution which works for this?