开发者

UIpickerview size is not reduced in iphone os 4.0

i am i need to reduce size of UIPickerview.

for that i use this code

picker = [[UIPickerView alloc] init];
picker.frame = CGRectMake(0, 0, 100, 100);

it is not reduce in os 4.0 and i test it in os 3.0 then it is reduced.

what the wrong,how can i reduce size of UIPickerview in iphone os 4.0.

can any on开发者_C百科e please help me.

Thank u in advance.


See How to change UIPickerView height

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜