Category Archives: iOS 6

Objective-C workflow for iOS apps

This article reviews a simple, lightweight Objective-C workflow component for iOS applications. The source code and demo app can be downloaded from GitHub and freely used under the permissive MIT license. Repository: https://github.com/ijoshsmith/iOS-Workflow Workflow as a conceptual tool Workflow diagrams are often … Continue reading

Posted in iOS 6, Objective-C | 2 Comments

Brief overview of Auto Layout in iOS 6

This blog post examines the basics of Auto Layout in iOS 6 and suggests resources for learning more about the topic. Introduction to Auto Layout Starting with iOS 6 Apple has given developers a powerful new way to create user … Continue reading

Posted in Auto Layout, iOS 6 | Tagged , , | 5 Comments