JohnnyDark / IOS_Checklist

0 stars 0 forks source link

Static Table View中动态插入cell展示DatePicker #9

Open JohnnyDark opened 4 years ago

JohnnyDark commented 4 years ago
  1. storyboard中,向ItemDetailViewController的scene dock中添加一个tableview cell
  2. 设置这个cell的height为217, 因为date picker的height为216,加上cell的边框高度为1
  3. 在这个cell中添加一个Date Picker对象
  4. 在当前view controller中添加 cell 和date picker的@IBOutlet 变量
  5. 代码中查看静态table view中插入cell的逻辑
  6. cell的显示逻辑,点击Date Cell 即插入date picker,再次点击隐藏date pikcer