Thought I\'d try my hand at iOS development since the Swift/ios8 announcement and I\'m having trouble getting a basic tableView to build.
Currently getting the following
It appears that your table's data source is not set to your ViewController class:
-[UIViewController tableView:numberOfRowsInSection:]: unrecognized selector sent to instance 0xb20fcf0
Double check to make sure you've set up your XIB file/Storyboard properly.