views:

107

answers:

0

hi,

I have to display the date in iPad application, which is allowed to change by users. This date is displayed on UIButton in a UITableCellView in the detail view controller. When user click on the button I want to popup DatePicker.

Usually in iPhone application we can display the DatePicker as popping up from the bottom of the screen.

However, in iPad application I prefer to display DatePicker on popover view, which pointing to the position where date is displayed.

Is this possible task or is there any other way to handle this matter?

/chatcja