I've got a PSD I need to match—buttons just so, etc, etc. Would it be best to:
- place things as carefully as possible in the storyboard interface (are there tricks to this?)
- just create the buttons/graphics/labels in code (losing much of the storyboard niftiness), or
- place things somewhat carefully, give them ids to be referenced programmatically, and adjust them in code (thus duplicating some effort?)
- place things somewhat carefully, then edit the storyboard xml manually?
For my purposes, 1. would be ideal, but ... are there tricks to this? I can make careful guides, slices, etc, in photoshop. Storybuilder has occasionally helpful snap-tos, but I see no rulers beyond the (5px?) grid...which requires some faith (and careful adjustment of where the uiviews are, some wiggle due to xcode's dropshadows, ....
Leaning towards 4....