MAF Logon Example

Create a new xcode project. If you already have an existing project, check if it is configured correctly.

MAF Logon is distributed in separate libraries, resource bundles and header files:

Create iOS Starter Application

  1. Apple Xcode 4.6 or later and click File > New > Project. The Choose a template for your new project view appears.
  2. Select the Single View Application template, and click Next.
  3. Specify the project details and click Next.
    Project Details
  4. Specify where to save the starter aplication, then click Create.
Xcode opens your empty, view based application project.