Home > imm-example

imm-example

Imm-example is a project mainly written in OBJECTIVE-C and C, based on the View license.

Example project for BIOS 15120 at the University of Chicago, Spring 2011

Simple Collaboration Project

BIOS 15120, Game-Based Instruction in Immunology

Spring Quarter 2011

The University of Chicago

This project builds a simple iOS application that stacks views in a UIScrollView. It is built around a minimal framework that loads the views by way of controller classes named in an NSArray of class names.

Each controller (derived from ImExController, and not from UIViewController) has its own view, instantiated from a NIB, and its own model object, ideally also instantiated from the view NIB.

The idea is to provide well-defined "silos" in which students can work on discrete subprojects with (I hope) minimal interference between them. They will push their work up to Github, and send pull requests to me.

Pull requests will be entertained only from students enrolled in BIOS 15120.

Previous:freeInternet