Table View Controller Problems

Posted by happyCoding25 on Stack Overflow See other posts from Stack Overflow or by happyCoding25
Published on 2010-04-25T02:48:50Z Indexed on 2010/04/25 2:53 UTC
Read the original article Hit count: 297

Hello,

I added a table view into a view in interface builder and now I need to wire it up to some pre-made classes that you can generate in xcode. I set the tableview controller's class to the class in xcode and wired the dataSource and delegate to my table view but the app just crashes. Im not sure how to get data to properly load into my table view when using a tableview in a different view. If anyone knows how to do this any help is appreciated.

Thanks

© Stack Overflow or respective owner

Related posts about cocoa-touch

Related posts about uitableviewcontroller