Not all apps support or need rotation, but it can add an extra dimension. There’s an easy way to do it, but it might not be perfect. For more complex views, you can manually perform the rotation.
All posts in category Series
Extension: Rotation
Posted by inspire48 on February 5, 2012
http://cupsofcocoa.com/2012/02/05/extension-rotation/
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/
Data Encapsulation
Instance variables should not be “exposed.”
Posted by inspire48 on December 26, 2010
http://cupsofcocoa.com/2010/12/26/data-encapsulation/
Objects (Part 2): Properties
Properties provide a very convenient way to access instance variables in a object.
Posted by inspire48 on December 26, 2010
http://cupsofcocoa.com/2010/12/26/objects-part-2-properties/
Supplement: CS193P
CS193P has become the ubiquitous source of iOS development knowledge; however, it is significantly less useful for non-students. As such, I will be occasionally referring to the lectures, because they do contain a good wealth of knowledge, but they will not hold any exclusive position.
Posted by inspire48 on December 26, 2010
http://cupsofcocoa.com/2010/12/26/supplement-cs193p/

