netsplit
netsplit

Reputation: 140

Placing a UIDatePicker at the bottom of a TableViewController

Is there any possibility directly in the storyboard to place the UIDatePicker at the bottom of the screen?enter image description here

Upvotes: 0

Views: 451

Answers (1)

Adam Lockhart
Adam Lockhart

Reputation: 1195

You just need an outer view controller in which you would add the date picker view at the bottom and just above that add your table view controller's tableview.

Upvotes: 1

Related Questions