validate the phone number and email in same text filed in objective c
问题 Any one help to solve this issues I am new for the development I need to login with phone number as well as email id with same textfield how could I achieve that hereby I have to set the 10 digit limit for phone number as well as US like (838)-(838)-3333 format phone number ..and email id with same text filed ..how do I validate that user enter phone number or email..any one help me to solve the issues thanks in advance here is my code if (!([self.usernameTextField.text validEmail] || [self