I have a UITextField in the event calls a function EditingDidEnd A to validate the contents of the field, then I have a button that calls a function B by passing the contents of text field and then brings me to another view which shows the results . The issue is that if the text field is empty by giving the button brings me to the view of results and then shows me the error that the field is empty ... :) Typical rookie with the theme events ... What you suggest I use? Exit on I put a function that validates for not following that execution??!
Thanks in advance,