We’ll take you where you want to go

This sample project generates passwords using random words from a large word list available on the internet.

It illustrates several useful techniques:

  • Parsing raw text into a binary plist and adding that plist to your application
  • Reading a plist from your application bundle to load saved resources
  • Using the arc4random() function to pick random words from an array
Click here to download the XCode project: Password generator utility project