ios - Storyboard "Main", but didn't get a UITableView when using UITableViewController -


i have been going through tutorial, "option 2: prototype cells" implimented steps, but, following code gives me error:

@interface mtviewcontroller : uitableviewcontroller  @end 

the error message is:

instantiated view controller identifier "uiviewcontroller-byz-38-t0r" storyboard "main", didn't uitableview.'

here tried - changed uitableviewcontroller uiviewcontroller , error went away. but, tableview remains blank. can tell me why ?

in storyboard, need make root view of uitableviewcontroller uitableview.

interface builder table view controller

interface builder custom class


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -