开发者

How to have a UIView on top of TabBar?

How can I get my UIPickerView to apear on top of the TabBar?

Example Video

This is a TabBar Application and that NIB file contain 2 views

alt text http://cl.ly开发者_如何学C/o51/Screen_shot_2010-05-05_at_14.35.15.png

That I animate to show / hide instead of the keyboard, but the keyboard animates on top of all UIViews.

How can I accomplish this with my Custom View?


To display the picker view, just put it in its own view. Then set that view as the textfields 'inputView` property.

When the field is selected, the view should appear in place of the keyboard.


Could you use use bringSubviewToFront: and sendSubviewToBack: method on your views?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜