I have this Alert:
There is no internet connection available, please try again.`
and I have to many code blocks that can produce this message and I want to put the UIAlertView in one class that I would not create it everytime, is that possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
h file for ActionGeneric class
m file
Then you just import action generic and call it
You should look at Learning Objective-C