UINavigationController handles a stack of views, which are presented in a pre-determined order. You push a view to make it visible, and pop it off to go back.
All posts tagged Xcode
Extension: Advanced Tables
iOS tables have a lot more to offer. In this post we explore some of the more common features.
Posted by inspire48 on January 16, 2012
http://cupsofcocoa.com/2012/01/16/extension-advanced-tables/
The Jungle, Part 4: Automatic Reference Counting
ARC is a new technology introduced at WWDC 2011 that greatly simplifies memory management tasks.
Posted by inspire48 on November 27, 2011
http://cupsofcocoa.com/2011/11/27/the-jungle-part-4-automatic-reference-counting/
The Jungle, Part 2: More UI Elements
This week we’re going to continue from Part 1 and explore additional UI elements. Before we begin though, a bit of (old) news—iOS 5.0 was released on Wednesday, and with it Xcode 4.2. As such, from now on I will be working with Xcode 4.2 and the 5.0 SDK. Once we get the basics down [...]
Posted by inspire48 on October 20, 2011
http://cupsofcocoa.com/2011/10/20/the-jungle-part-2-2/
The Jungle, Part 1: Basic UI Elements
Today we begin a demo app that works through many of the UIKit elements and how to use them. We begin by discussing fundamentals and using buttons, labels, and text fields.
Posted by inspire48 on September 24, 2011
http://cupsofcocoa.com/2011/09/24/the-jungle-part-1/
Objects (Part 1): Splitting Classes Into Multiple Files
Splitting classes into multiple files is an indispensable organization strategy that you should definitely implement.
Posted by inspire48 on December 19, 2010
http://cupsofcocoa.com/2010/12/19/objects-part-1-splitting-classes-into-multiple-files/
Shameless Self-Promotion
Some shameless self-promotion
Posted by inspire48 on September 15, 2010
http://cupsofcocoa.com/2010/09/15/shameless-self-promotion/


Objective-C Lesson 1: Hello World!
Tell your computer to print the words “Hello, World!” onto the screen. It takes a little prodding, but not much.
Posted by inspire48 on September 3, 2010
http://cupsofcocoa.com/2010/09/03/objective-c-lesson-1-hello-world/