我有一个带有原型单元格的tableView。它根据选定的日期加载单元格数据。我想要一个按钮(UIBarButton或UIButton),它显示一个与UITextField的inputView具有相同行为的datePicker(例如Contacts应用程序上的生日datePicker)。
我找到了这个解决方案:How do I make a modal date picker that only covers half the screen?但是这是用于点击UITextField而不是UIButton。
有没有办法从按钮点击显示inputView?如果没有,我如何为PickerView模拟相同的行为?
提前致谢,
Juliano的