Skip to content

Designer Week 1 Skills Checklist

Timothy Lee edited this page Jun 5, 2014 · 5 revisions

Basics

  • Create and run an XCode project
  • Create a custom view controller
  • Import a class
  • Allocate an object
  • Set the rootViewController of the window
  • Set the display name of the application

Images

  • Add/modify image assets
  • Set the splash screen for a 3.5"/4"
  • Set the app icon
  • Add an image to the view
  • Scale an image via mode: aspect fill, aspect fit, center, etc.
  • Crop an image by clipping subviews

Labels

  • Add a plain text label and modify font, color, shadowColor, shadowOffset
  • Add an attributed text label for mixed styling (e.g., some bolded words)

Buttons

  • Add a button and configure image and title
  • Change images for normal, highlighted, selected, and disabled states
  • Nudge image and title via insets

Text Fields

  • Add a text field and modify border
  • Modify keyboard type and appearance
  • Add a background image

Navigation Bar

  • Change navigation bar color
  • Change navigation title
  • Add buttons to the left and right

Views

  • Add a view and modify background color
  • Modify corner radius, border, shadow
  • Add subviews to a container view
Clone this wiki locally