开发者

Put Picker at the bottom of tableview

开发者 https://www.devze.com 2023-02-20 14:39 出处:网络
I want to put Picker at th bottom of table view. Can you teach me how to do this? I want to build Table view with Picker like a native iPhone Clock app.

I want to put Picker at th bottom of table view. Can you teach me how to do this?

I want to build Table view with Picker like a native iPhone Clock app.

//picker
 UIDatePicker *picker = [[UIDate开发者_如何学GoPicker alloc]initWithFrame:<#(CGRect)frame#>];


two ways

1.in view add table and then picker

2.in view add table and add picker in tableviewfooter

what u need

0

精彩评论

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