Hi i need to show a button after every 120 second for a time inteval of 20 decond and then the button disppaers and after another 120 sec again the same thigs happen .IF some one can help it would be great .
Regards
Abhi
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.
You can use
hiddenfor hiding buttons. For example.And for the 120 second interval, you can use
NSTimersCheck this link.