When an iPhone application manages its own preferences, rather than using a bundle, it seems to be common practice to style that view to mimic the System Preferences app: fields are grouped by light rectangles with rounded edges; titles and explanatory text are added to the space between.
What is best used to achieve this styling? My initial thoughts are a background image to the view, but is there a better way?