0

I am looking for a solution for this weird UIToolBar issue happening on IOS 5.0.1.

I have added two UIToolBars from interface builder but the toolbars do not look like the original toolbars. They displayed like a custom view. The tool bars are displayed properly in IOS 4 and 3.

Only on IOS 5.x does the issue appears

Here is a screenshot for the issue:

enter image description here

dplante
  • 2,445
  • 3
  • 21
  • 27
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256

1 Answers1

0

I think iOS SDK doesn't give you those icons, it seems to me customized PNGs, which have no retina display version (@2x).

Chris Chen
  • 5,307
  • 4
  • 45
  • 49