Iphone sdk - please help , 1 view takes me 45 minutes to do :(

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2010-04-21T09:57:46Z Indexed on 2010/04/21 12:03 UTC
Read the original article Hit count: 306

Hey,

I've been working on a Cook Book App but each view ( or recipie page) takes about 45 minutes to complete so as you can imagine its taking forever.

The problem is that I have to manually:

  1. Set up a gradient image for the back ground (Somtimes I have to add a few image backgrounds to fit the view as I often use a scroll view, not sure how this could be automated?)

  2. Put an image behind the titles "Recipe name" , "Time needed" and an image to go behind the recipie instructions ( again I might need a few of these depending on how long the description is.

  3. Creating view controllers for main sections such as "Breakfast" and "Lunch" and then I need to manually create view controllers to go in these sections.

Theres got to be a way to set up a template for this?

Thanks for reading all of this.

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about objective-c