Skip to content

Instantly share code, notes, and snippets.

@erica
Last active March 16, 2020 17:13
Show Gist options
  • Save erica/16e99002a6c9e33092e56b9f10aae01d to your computer and use it in GitHub Desktop.
Save erica/16e99002a6c9e33092e56b9f10aae01d to your computer and use it in GitHub Desktop.

Scavenger Hunt

Time: 10 minutes

  • Use Xcode documentation, online searches, and personal knowlege.
  • No helping each other. You're building your own search skills. We'll discuss strategies at the end.
  • Remember, iOS changes rapidly. You're looking for the latest APIs.
  • When you're done or time is up, send your answers privately to me in Zoom.

Find:

  1. A way to call a method repeatedly, firing at n-second intervals. Bonus: How do you stop this after you've used it for a while?
  2. A class that allows you to add bolding, italics, and text color to strings.
  3. A class that lets you draw new UIImages, enabling you to set the image output dimensions and format before you start drawing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment