Nsscreencast - nsscreencast.com - NSScreencast (free videos)

Latest News:

#60 - Windows Azure Mobile Services Part 2 2 Apr 2013 | 09:00 pm

We continue with our example chat application here and add the ability post a message, poll for updates, and receive push notifications. This episode utilizes a pod calles MessagesTableView controller...

#59 - Windows Azure Mobile Services 29 Mar 2013 | 02:00 am

This week we take a look at Windows Azure Mobile Services, a back-end for mobile applications that has first class iOS support. In this episode we begin building a full featured chat application. This...

#28 - Creating a Cocoapod 9 Aug 2012 | 03:00 pm

In this episode, we'll create a CocoaPod out of the modal picker view component we created in episodes 25 & 26. We'll see how to tag & push our code to a github repository and create a podspec so that...

#27 - New Objective-C Syntax 2 Aug 2012 | 03:01 pm

The latest version of the LLVM compiler supports some excellent new syntax additions to the Objective-C language. In this episode, I cover what the new syntax is, how to use it, and a few caveats to l...

#15 - HTTP Caching 10 May 2012 | 09:13 pm

HTTP Caching is an important concept to understand when building iPhone apps that consume HTTP APIs. In this episode, we'll see how leveraging Etags, Last Modified dates, and Cache-Control headers can...

#13 - Setting up Jenkins 26 Apr 2012 | 07:55 pm

In this episode, we'll set up a free continuous integration server called Jenkins (previously Hudson) to run our build. We'll configure it to automatically check out changes from git, run the build, a...

#12 - Importing into Core Data 19 Apr 2012 | 06:34 pm

In this screencast I'll pull down data from an API, map the JSON to a Core Data Managed Object and import them in bulk on a background thread. Then we'll display the imported content in a UITableView ...

#11 - Core Data Basics 19 Apr 2012 | 03:00 pm

Core Data is Apple's framework for persisting data on Mac & iOS. It can be though of as an ORM, however it's probably a lot different than most ORMs you've used in the past. In this episode, we'll set...

#10 - Fun with Blocks 4 Apr 2012 | 03:00 pm

Blocks are a great way to simplify code when dealing with asynchronous tasks (using GCD), callbacks, and atomic operations. In this episode, we'll look at a few ways you can use blocks in your code.

#9 - Automatic Reference Counting 30 Mar 2012 | 01:18 am

In this episode, I'll show you how to convert your project to use Automatic Reference Counting (or ARC) to eliminate the need to use retain, release, autorelease, and dealloc in your Objective-C code!

Recently parsed news:

Recent searches: