Posts tagged as: Interface Builder

Adding a UIPopover to UISlider

October 29th, 2010 Posted by: - posted under:Featured » Snippets - 6 Comments
slider_cupcakes

If you have an iPad you have probably used iBooks, Apple’s eBook application that gives users access to the iBooks store. In this application you can navigate through books in a number of ways. Today we are going to focus on the scroll bar at the bottom of a book that a user can utilize to skip to any given page within the book. This control involves a customized UISlider and a UIPopoverView that drags along with the slider as the value changes. Today we will be making a UISlider subclass that will duplicate this functionality.

READ MORE

UITabBar iPhone Tutorial

September 28th, 2008 Posted by: - posted under:Articles - 72 Comments

This tutorial will show you the basics of using the UITabBar and UITabBarItem controls when programming for the iPhone.
I will be showing you step by step in the video how to create a project from a UITabBar template and add additional UITabBarItems as well as additonal views to be displayed with these items. Here is a brief explanation of each step:
1. Create a new project from a UITabBar template
This is pretty straight forward. We will be using Apple’s …

READ MORE

iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 3

September 10th, 2008 Posted by: - posted under:Tutorials - 68 Comments

This is part 3 in our multipart series of creating a todo list for the iPhone. For this, you must have completed the following tutorials.

iPhone Programming Tutorial – Creating a ToDo List Using SQLite Part 1
iPhone Programming Tutorial – Creating a ToDo List Using SQLite …

READ MORE

iPhone Programming Tutorial – Beginner Interface Builder Hello World

July 29th, 2008 Posted by: - posted under:Tutorials - 72 Comments

digg_url = ‘http://digg.com/apple/iPhone_Programming_Tutorial_Beginner_Interface_Builder’;
In my last tutorial UITableView Hello World I said that there are many ways to write a “Hello World” tutorial for the iPhone. Here is one using Interface Builder. Last time, I demonstrated a simple way to populate one cell in a UITableView with some text. Today’s tutorial is even simpler. I will show you how to work with Interface Builder to create a simple layout for you application. In fact, you won’t …

READ MORE