4

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

Akshay Aher
  • 2,525
  • 2
  • 18
  • 33

1 Answers1

0

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.

user189581
  • 160
  • 2
  • 7