Posts by versluis

How to populate an NSTableView in Code

Posted on Jun 9, 2014

In this screencast I’ll show you how to power an NSTableView using code. I’m referencing this article for code snippets and details: http://pinkstone.co.uk/how-to-populate-an-nstableview-in-code/...

Learn More

How to Tear Down your Core Data Stack in iOS

Posted on May 26, 2014

In this screencast I will show you how to tear down your Core Data Stack. Documentation on this topic is a little sketchy to say the least. We’ll create a new Master/Detail app and implement a button...

Learn More

How to fix JetPack 3.0 Sharing Icons in P2

Posted on May 21, 2014

JetPack 3.0 was released yesterday and it had quite a facelift: a new menu structure, dozens of graphical tweaks and a new set of Social Icons for sharing your posts. Those work well out of the box in...

Learn More

How to use Branches in Xcode

Posted on May 19, 2014

In this video I will show you how to use the Git Branch feature in Xcode 5.1. Branches are helpful if you’re developing your app. You can isolate a “working” version, create a new branch and...

Learn More