tags:

views:

30

answers:

1

Hi all I am facing very strange issue.

When I was running my app in iPhone OS 3.2 the image which i have set for custom UIButton was looking like : (see attached image.) But when i tried to run the same project with iPhone OS 4.0 the image is changed.

alt text

alt text

Can anybody figure it out, what 's the issue. I also tried to set background image instead of setImage. But result is same.

for 3.2 & before its looking fine but in 4.O the image is shrinked in the same custom button everywhere like the image i have attached.

???

+1  A: 

Hi Nic, can you check with images those you are setting to UIButtons. Please make sure images should not contains blank borders.

Niraj
Hi Niraj. Thanks for your reply. The problem was with Image only. No iPhone OS issue. Thanks again...
Nic