I have done one app in iphone sdk 3.0 in that i use some buttons in 3.0 size of button are fine but when i use that app in iphone sdk4.0.That time, size of button becomes small.The same button code works in 3.0 but not in 4.0.Please help.
Thanks
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.
Some sample code would help. In general for iPhone 4 you just make a button image with twice the size and add “@2x” to the name, this will automatically be used for Retina display. So you would have “button.png” and “button@2x.png” in your project.