Click here to Skip to main content

iPhone section

    General 

    top
    Title / Updated Author Score  
    iPhone Gaming Framework: Amendment
    Updated: 2 Jun 2009
    There are a few things missing from the tutorials. This is the amendment, going to patch up the final few things to get you back on track!
    Objective-C, iPhone, Dev
     
    Craig Giles 5.00
    Low-level text rendering
    Updated: 14 Sep 2010
    Low-level text rendering in iPhone.
    Objective-C, iPhone, Dev
     
    Ohmu 5.00
    ESpeakEngine - Objective-C speech synthesizer
    Updated: 23 Jan 2012
    ESpeakEngine - Objective-C speech synthesizer
    Objective-C, iPhone, Dev
     
    Jozef Bozek 5.00
    iPhone ComboBox
    Updated: 12 Mar 2012
    iPhone Safari like ComboBox
    Mobile (iPhone), Dev, combobox, User-controls, UI, GUI
     
    Dor Alon 5.00
    Switch between views Mobile Safari-style
    Updated: 23 Jul 2010
    A reusable library (specifically, an UIViewController subclass) to implement Mobile Safari page/tab switching interface in your own app. Now supports orientation changes!
    Objective-C, iPhone
     
    Tom The Cat 4.96
    Getting Started with iPhone and iOS Development
    Updated: 19 Jul 2010
    This is a first in a series of articles to get some one up and running with iPhone development. This first article is to help you identify what hardware you need for development, and gives a quick introduction to Objective-C.
    Objective-C, Mobile (iPhone), Dev
     
    Joel Ivory Johnson 4.95
    Introduction to iOS Graphics APIs: Part 1
    Updated: 19 Jul 2010
    The first part of an introduction to the iOS graphics APIs. In this article, I look at some of the Quartz 2D / Core Graphics APIs.
    Objective-C, iPhone, Dev
     
    Joel Ivory Johnson 4.88
    Reusable collapsable table view for iOS
    Updated: 13 Feb 2012
    A set of source files that extends the UITableView so that it has sections that can be collapsed and expanded.
    Objective-C, iPhone, Dev, Development, Phone, Device
     
    Bernhard Häussermann 4.83
    Making a simple Twitter app using iOS 5, Xcode 4.2, and storyboards
    Updated: 13 Jan 2012
    How to use iOS 5, Xcode 4.2, and storyboards to create a simple Twitter app that will list tweets and show details about each tweet.
    Objective-C, Mobile (iPhone), Dev, JSON, HTTP, twitter
     
    lassebunk 4.80
    Building Simple Reader Application for iPhone based on UIWebView
    Updated: 30 Jun 2010
    Learning the basic of developing application on iPhone by developing simple reader app
    Javascript, Objective-C, iPhone, Dev
     
    deluizon 4.79
    Audiobook Player for iPhone
    Updated: 8 Sep 2010
    An iPhone media player designed specifically for listening to audiobooks
    Objective-C, iPhone, Dev, media, player
     
    brochpirate 4.73
    FreeType on OpenGL ES (iPhone)
    Updated: 24 Nov 2010
    Faster, smarter and better looking fonts rendered with OpenGL ES
    C++, Mobile (iPhone), OpenGL, Dev
     
    ed welch 4.72
    Versatile, programmer-friendly Split View Controller for iOS
    Updated: 29 Dec 2011
    An Objective-C class that sub-classes UIViewController to enable easily implementing split views in iPad applications.
    Objective-C, Mobile, Dev, UI, Development, iOS, iPad
     
    Bernhard Häussermann 4.71
    Preparing the ground for iPhone development
    Updated: 10 Sep 2010
    An article for developers new to Apple technologies.
    Objective-C, iPhone, Dev
     
    Ohmu 4.69
    iPhone Gaming Framework: Stage 1 Tutorial
    Updated: 2 Jun 2009
    The goal for this tutorial is to get a basic screen management system up and running, ready to start writing game code.
    C, iPhone, Dev
     
    Craig Giles 4.67
    How Do I Perform UI Automation Testing in iOS 4
    Updated: 7 Sep 2010
    Beginner level guide (step by step) on UI Automation Testing in iOS 4
    C#, Mobile (iPhone), Architect, Dev, QA, UI, testing
     
    Adi Saxena 4.63
    Creating an Xcode Project Template
    Updated: 13 Sep 2010
    How to create an Xcode project template
    All-Topics, Dev
     
    Ohmu 4.57
    'Hello World, Goodbye .XIB!' -- A .XIB'less Hello World Application
    Updated: 14 Sep 2010
    An article that creates a simple iPhone application that displays a graphic then cuts out the .XIB, and completes this just from the code.
    Objective-C, iPhone, Dev
     
    Ohmu 4.50
    How to avoid memory leaks in iPhone applications
    Updated: 7 Sep 2010
    Some tips to avoid leaking memory in your iPhone apps.
    Objective-C, iPhone, Dev, threads, programming
     
    r_adem 4.50
    Track your iPhone application stats using Google Analytics
    Updated: 26 Jul 2010
    How to track your iPhone application stats using Google Analytics.
    Objective-C, iPhone, Dev, SysAdmin, Sales, Marketing
     
    SureshAddaguduru 4.50
    Beginning a Navigation-Based App
    Updated: 8 Jul 2010
    A simple tutorial on how to create a navigation-based application and transitioning between views.
    C (Objective-C), Mobile (iPhone), Dev
     
    mattz32 4.46
    Irregularly Shaped Buttons
    Updated: 10 Sep 2010
    Irregularly Shaped Buttons
    Objective-C, iPhone, Dev
     
    Ohmu 4.33
    iPhone Gaming Framework: Stage 2 Tutorial
    Updated: 2 Jun 2009
    An input manager to help you with input management
    C, iPhone, Dev
     
    Craig Giles 4.29
    Application’s Life Cycle in iOS4
    Updated: 29 Oct 2010
    This article explains the Life cycle of a typical iOS application and also talks about the various states of the application.
    Mobile (iPhone), Architect, Dev, Design
     
    Adi Saxena 4.14
    Basics of Building an iPhone Application
    Updated: 4 May 2010
    Basics of building an iPhone Application
    C++, All-Topics, Architect, Dev, Design
     
    SureshAddaguduru 4.00
    iPhone SharePoint Apps Shootout
    Updated: 12 May 2010
    A shootout review of iPhone apps to access SharePoint sites
    Mobile (iPhone), Sharepoint
     
    Stephen Huen 4.00
    Parsing XML on the iPhone
    Updated: 2 Jun 2009
    Since I am developing a game engine for the iPhone that I would like to re-use, I have chosen to host all game data in the form of XML files
    C, XML, .NET, iPhone, Dev
     
    Craig Giles 3.73
    iPhone Images from URL using XML File
    Updated: 8 May 2010
    iPhone Images from URL using XML file
    All-Topics, Architect, Dev, Design
     
    SureshAddaguduru 3.67
    iPhone Programming Tutorial – UITableView Hello World
    Updated: 5 May 2010
    iPhone Programming Tutorial – UITableView Hello World
    All-Topics, Architect, Dev, Design
     
    SureshAddaguduru 3.50
    OpenGL ES: Texture2D and the Power of Two
    Updated: 19 Jul 2009
    How to adjust your Texture2D object to allow any sized textures in your OpenGL ES project.
    C++, iPhone, OpenGL, Dev
     
    Craig Giles 3.00
    Panorama 360 iPod Touch & iPhone
    Updated: 11 May 2010
    Panorama viewer library for iPhone & iPod touch
    C (Objective-C), Mobile (iPhone), OpenGL, Dev
     
    Javier Baez 2.89
    C++ on the iPhone: Test Driven Development
    Updated: 2 Jun 2009
    I have been learning quite a few development strategies as of late, and the newest one that I’ve taken a peek into is Test Driven Development (TDD), or Unit Testing.
    Objective-C, iPhone
     
    Craig Giles 2.50
    XML Parser for iPhone in Objective-C
    Updated: 21 Oct 2009
    An XML Parser for iPhone apps.
    XML, Objective-C, iPhone, Dev
     
    Akshay Srinivasan2 1.00
    FliteEngine - Objective-C speech synthesizer
    Updated: 21 Jan 2012
    FliteEngine - An Objective-C speech synthesizer.
    Objective-C, iPhone, Dev
     
    Jozef Bozek  
    EventKit Framework for iPhone Calendar
    Updated: 4 Mar 2012
    How to add event to iPhone Native calendar and show alert?
    Mobile (iPhone), Dev, Application
     
    iphonish  
    CoreData Persistence Framework
    Updated: 16 Mar 2012
    Ligth object wrapper for iOS CoreData.
    C (Objective-C), Mobile (iPhone), Dev, Framework
     
    Jozef Bozek  

    Advertise | Privacy | Mobile
    Beta | 2.5.120517.1 | Last Updated 21 May 2012
    Copyright © CodeProject, 1999-2012
    All Rights Reserved. Terms of Use
    Layout: fixed | fluid