ICEase – A new Open Source iOS Framework

Often when developing there are a few little snippets of code that would be really handy if they were included in the iOS SDK. We have just released version 1.0 of ICEase – our new lightweight framework. This initial release currently only has one module: Logging. Built In Logging Functionality With the iOS SDK logging is...

read more

Welcome to iOS Application Development: Say Hello World!!!

Jan 07, 12 Welcome to iOS Application Development: Say Hello World!!!

Posted by in Beginner Tutorials, Featured

This tutorial uses iOS 5 and Xcode 4.2 This tutorial is for the absolute beginner, it will go through downloading and installing the development tools and then building your first application. Any concepts that require a more detailed understanding will be explained in linked to articles. To begin your never ending journey of iOS...

read more

Creating a Tab Bar Controller Based Application From Scratch with iOS 5

Jan 06, 12 Creating a Tab Bar Controller Based Application From Scratch with iOS 5

Posted by in Beginner Tutorials, Featured

This tutorial uses Xcode 4.2 and iOS 5 In this tutorial, we shall show you how to create a basic application with a tab bar controller along the bottom using iOS 5. We won’t use a template, we will start with the most basic template available, the “Empty Application”. Read on to get started. Creating a New...

read more