I’m working on creating a rotation of 32 names using UILabels. How would I random rotate all 32 names?
Share
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.
In your .h file you must have:
EDIT
I built this project and here is the exact code I used:
This is the .h file:
This is the .m file:
Make sure that both the UILabel and button actions are connected in interface builder.