In the previous article we implemented input form using UITableView. Static table views provide a great help during iOS applications development: developer can visually create nice looking UIs. One of the common tasks here is to create UI for picking a date. Apple already provides UI element for this: UIDatePicker.| Oleksandr Manenko’s Blog
UITableView is a powerful UI element that is used in various scenarios of iOS application development.| Oleksandr Manenko’s Blog