Skip to content

Designer Week 2 Skills Checklist

Timothy Lee edited this page Mar 13, 2014 · 6 revisions

UIAlertView and UIActionSheet

  • Show a UIAlertView
  • Determine which button was pressed in a UIAlertView
  • Show a UIActionSheet
  • Determine which button was pressed in a UIActionSheet

UIActivityIndicatorView

  • Create a UIActivityIndicatorView
  • Start animating
  • Stop animating

UIScrollView

  • Creating a UIScrollView
  • Embedding a long UIImageView
  • Setting the content size
  • Setting the bounce settings

UITextField

  • Handle user begin editing
  • Handle text change
  • Handle user end editing

Keyboard

  • Handle keyboard will appear
  • Handle keyboard will hide

Timing

  • Call a method after a delay

Modal View Controllers

  • Presenting a view controller
Clone this wiki locally