In the Xcode SplitView template for an iPad app, how do I add a Date Picker control to the Root View
- by Dr Dork
I'm diving into iPhone OS development on the iPad and one of the things I'm playing with is the SplitView template. The template provides a window with a UISplitView view, containing the Root View (on the left of the window) and the Detail View (on the right of the window). The Root View is a subclass of a TableView. Rather than having the…