I\'m programmatically implement a list view controller. When I try to run the project, I got error:
2012-11-07 22:46:34.719 myTableViewControl[12021:c07] The
You are creating your window as a local variable and then trying to access it as if it were a property by using self.window. Make it a property.
self.window