I recently had a problem with Grails when I started a new project in Eclipse with Grails 2.0.0. I tried adding an external JAR file to my "lib" directory by dragging the JAR file over to the directory. In Grails 1.3.7, the JAR file would then get added to the list of grails dependences (after …
Tag: Languages
[UITableViewController loadView] loaded the “some-id” nib but didn’t get a UITableView.
The following error occurred when adding a UIView to the root of a NIB expecting that was loaded by a UITableViewController class. If you have a UITableViewController and your root element is not a UITableView, you should make your controller extend UIViewController (not UITableViewController) and implement the UITableViewDelegate and UITableViewDataSource interfaces. Your header file would …