
The new official Twitter for iOS app changes statusbar just like in the picture above. How to implement such a feature?
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.
Here’s how I do it in my app with a rotating animation:
I have it in a category on UIViewController to use it from whatever controller in the app.
EDIT: Needs
QuartzCore.frameworkto be referenced and#import <QuartzCore/QuartzCore.h>to be added.