Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.

Creating a new FCat Project

fdelbos edited this page Nov 26, 2011 · 29 revisions

Setup a new FCat Project

Creating an "Empty Project"

The first thing to do is to fire up XCode and in the menu choose : "File" -> "New Project". Then select "IOS" -> "Application" -> "Empty Application".

Project creation

Click next, name it, and add core data if you need it.

Project creation

Adding FCat to your project

Download the github project and extract it. Then add it to your XCode project by drag and dropping the source code repository (make sure the "Copy items into destination group's folder" checkbox is checked):

Project creation

Adding starting FCat

The last steps are to create the config file and start the framework: First add and xml file to your project:

Project creation

and set the configuration of your project, for exemple :

<cat-application>
    <title>My Application</title>
    <group name="first_tab_item">
        <view class="WelcomeView" name="welcome" />
    </group>
</cat-application>

Clone this wiki locally