Kodeco Forums

Getting Started With OS X and Swift Tutorial: Part 1/3

Get started with developing for OS X and Swift! In this first part of the series, you'll set up the interface and data models for your OS X app.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/2040-getting-started-with-os-x-and-swift-tutorial-part-1-3

Thanks for such a detailed tutorial. Having a heck of a time getting the preset values to show in my project. I’m using Xcode 7.3 and Swift with storyboards, so I may be losing something in translation. However, I completed the Part 1, my program builds successfully with no errors in the console, but there is no data in my table. I’m not sure what I’m missing. Could I perhaps upload my project for someone to compare or take a look at?

Does “bugs” contain data?
Make sure this line “masterViewController.setupSampleBugs()” comes BEFORE this line in AppDelegate “window.contentView!.addSubview(masterViewController.view)”