segemented control in iphone not appearing as in interface builder
- by zecougar
here is what i see in IB
and here is what appears in the simulator
i've used a segmented control with style = "Bezelled". When i change the style to "Bar", IB and simulator are consistent in the display. the style is set in interface builder and not in code, if that matters
Also - the edges look rather ugly in the simulator. not what i expected even when it rendered incorrectly.
Thanks in advance