How can I set UIBarButtonItem's color to green? I’m using iOS 4, there is no tint property. please help me.
How can I set UIBarButtonItem’s color to green? I’m using iOS 4 , there
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 iOS 4:
Here you need a green image for doing this, you are creating a custom button with this image and set it as the view of UIBarButtonItem.
In iOS 5 you can use:
Please check these links for more: