I would like to set time count down, using NSTimer like start with 20 minutes then elapsed 19 min.,18 min etc. (only minutes not seconds) this elapsed time show in text file, Please help.
Thanks in Advance
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 will want to create a timer that looks like this:
Then your
time:function will have to look like this:(you do not have to use timerObject)