xcode - ios app does not show the data in the tableview -
i followed tutorial here http://www.techotopia.com/index.php/creating_a_simple_ios_4_iphone_table_view_application reason, white screen. table not show.
any ideas why might happening?
i have added line show view
[window addsubview:self.viewcontroller.view]; [self.window makekeyandvisible];
so sure table should visible.
where self.viewcontroller
assigned? if putting in nib, did hook iboutlet
? nslog(@"%@", self.viewcontroller");
say?
Comments
Post a Comment