Skip to content

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

License

Notifications You must be signed in to change notification settings

narenh/imm-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published