Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can stay within the common controls to leverage their implementation and still have a custom look.</p> <p>For example, table views are very useful and common experiences on iOS:</p> <p><a href="http://www.galloway.me.uk/tutorials/custom-uitableviewcell/" rel="nofollow noreferrer">http://www.galloway.me.uk/tutorials/custom-uitableviewcell/</a></p> <p><a href="http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html" rel="nofollow noreferrer">http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html</a> </p> <p>You can customize the appearance of UINav bars and UITabBars with the UIAppearance proxies:</p> <p><a href="https://stackoverflow.com/questions/7800474/custom-uitabbar-background-image-not-working-in-ios-5/7801253#7801253">Custom UITabBar background image not working in iOS 5 and later</a></p> <p><a href="https://stackoverflow.com/questions/7761552/uinavigationbar-and-new-ios-5-appearance-api-how-to-supply-two-background-imag/7761637#7761637">UINavigationBar and new iOS 5+ appearance API - how to supply two background images?</a></p> <p>If you want completely customized views, you can subclass UIView:</p> <p><a href="http://www.raywenderlich.com/1768/how-to-make-a-custom-uiview-a-5-star-rating-view" rel="nofollow noreferrer">http://www.raywenderlich.com/1768/how-to-make-a-custom-uiview-a-5-star-rating-view</a></p> <p>If it's a simple view like the 5 star view above, it's pretty trivial - creating something like your own completely custom tables is alot of work - leverage and customize the existing controls where possible. Users also understand those access patterns as well.</p> <p>As far as where Photoshop comes in, you'll want to create yourimage.png &amp; yourimage@2x.png (retina) with these pixels &amp; ppi</p> <p>(640) × (960) pixels at 326 ppi (320) × (480) pixels at 163 ppi</p> <p>Hope that helps.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload