Using static cells in a storyboard UIView with Xcode 4.2
问题 I am attempting to create a very basic login screen, using the Storyboard designer in Xcode 4.2. I'd like a grouped table view to contain the login and password fields. There are some other elements on the view, such as a login button, a forgot password link, etc. Additionally, the background should be able to be tapped to dismiss the keyboard, when a input field has focus. Pre-Xcode 4.2, I accomplished this with a UIView that implemented the UITableViewDataSource protocol, generated and