QC Native 1.3
the native iOS implementation of
A small easy to use framework used to make your application development easier.

QC Native offers you a 21st century design from which to build your applications. By using QC Native you are able to create your applications without duplication of effort. QC Native handles all data passing for you. You can focus on the behaviors you want in your application instead of spending wasted cycles tracking data being passed from one part of your code to another.

The design of QC Native allows you to write highly modular code without effort. You create a series of Control Objects containing your functionality and map them into stacks of functionality.

When you want the functionality in the stack to be executed it is a single method call and the framework handles all the rest. This includes handling threading for you. Each time you make this single call to handleRequest:withParameters: the stack is run on a background worker thread. This keeps your application repsonsive to user interactions and optimizes the use of the CPU. When the view needs to be updated the framework will run your view update code correctly and appropriately without you needing to indicate that it should be run in the main UI thread.

For more information on stacks and Control Objects see the QuickConnect class description.

Features

Links

 All Classes Functions