x
Loading
 Loading
White Paper: Why Performance Management?
Hello, Guest | Login | Register

Custom Controls for the iPhone

Building a scrollable, dynamic user interface for iPhone.

Formula for a Dynamic UI

When I first began writing applications for iPhone I had a bit of a learning curve with the Interface Builder tool.

Interface Builder is the stock mechanism for wiring up iPhone user interface elements with the code which implements various functionality.

Drop a control on a view. Click, drag. Setup messages. IBOutlets. Assign delegates. Navigate the world of “File’s Owner”, “First Responder”, etc. It works, but I guess I’m still a bit old-school and enjoy the declarative nature of being able to read a bunch of text files to see what is going on.

I am currently porting a BlackBerry application to iPhone which requires a flexible collection of simple user interface elements that is built at run time based on data downloaded from a remote server. Because of this dynamic nature of the fields, I need a solution other than using design-time tools…

Please log in to view this content.

Not Yet a Member?

Register with LinuxMagazine.com and get free access to the entire archive, including:

  • Hands-on Content
  • White Papers
  • Community Features
  • And more.
Already a Member?
Log in!
Username

Password

Remember me

Forgotten your password?
Forgotten your username?
Read More
  1. Monitoring Android Events
  2. Wiring Up Android Buttons
  3. Launching Android Apps
  4. Complementary and Collaborative Apps
  5. Android Phone-Top Programming, Part 2