Creating New PIN Screens

You can completely redesign the PIN screens by modifying the .xib files.

  1. Using Interface Builder, open the CreatePasswordViewController.xib and EnterPasswordViewController.xib files located in WorkFlow/<language>.lproj.
  2. Make your modifications.
    You can change the look and feel of buttons, change the text, or change the background. You likely do not want to remove buttons or fields, as doing so interferes with the functioning of the application.
    Note: You must make the equivalent changes to each language for your new PIN screen to show correctly in other languages.
  3. Rebuild the project.