Skip to content

Instantly share code, notes, and snippets.

@jasonm23
Created August 20, 2014 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonm23/44ecd90641ac35962678 to your computer and use it in GitHub Desktop.
Save jasonm23/44ecd90641ac35962678 to your computer and use it in GitHub Desktop.

App Checklist

  • Single page view,

    • shows text.
    • shows geometry (CGLayer / UIView)
    • shows image
  • Touch / gestures

    • drag some object around
    • tap it
    • hold it
  • Animate a UIView Layer (or a CGLayer)

  • Utility view

  • Master detail view / Navigation

  • Accelerator

    • simple shake
    • moving in directions
    • rotation detection
    • "rumble" detection
    • "eavesdropping" ... '_'
  • Compass

    • get heading etc.
  • Location Services

  • MapKit

  • Image processing

  • Sound/Audio (in and out)

  • Camera/Video

  • Live video processing

  • OpenGL/SpriteKit

... TBC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment