Posts Tagged "iOS"

How to use iCloud in your iOS App

Posted on Jun 30, 2014

In this series I’ll show you how to use iCloud in your iOS apps. We’ll discuss how to setup Xcode and your app, including App ID and Provisioning Profiles and I’ll demonstrate how to use all...

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 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

How to use Git Tags in Xcode

Posted on May 12, 2014

In this video I will show you how to make use of Tags in Git. This is not supported in Xcode or GitHub for Mac at the time of this recording (April 2014). I will also show you how to utilise the Tag/Release...

Learn More