I’d like to create a UIButton with a timer as shown in the attached picture. How do I go about it?
Will adding MBProgressHUD to the UIButton help?

(source: efytimes.com)
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.
I can show you how to draw the circle that represents the timer, I’m sure you can take it from there. Here’s the code:
TimerButton.h
TimerButton.m
Give that a try and let me know if you need further explanation.