EasyTableView icon indicating copy to clipboard operation
EasyTableView copied to clipboard

A set of UITableViewController and UINavigationController subclasses for quickly prototyping iPhone applications.

h1. EasyTextView

This project provides an easy-to-use set of classes to be used in the creation of iPhone applications prototypes.

h2. Classes

  • The AKOEasyNavigationController class is a subclass of UINavigationController which automatically reads entries from a "sequence file" (in the sample project, this file is the Resources/Data/Sequence.plist file). The class loads instances of the AKOEasyTableViewController class each time the "loadNextScreen" method is called.
  • The AKOEasyTableViewController class has a "dataSource" property which can be set to either NSArray or NSDictionary instances. The "dataSourceFileName" property allows this data to be loaded from plist files instead.

Property lists used with the AKOEasyTableViewController class must have one of these two structures:



	Roger Federer
	Rafael Nadal
	Novak Djokovic
	Andy Murray
	Juan Martin Del Potro
	Andy Roddick
	Nicolay Davydenko
	Fernando Verdasco
	Robin Soderling
	Jo-Wilfred Tsonga
	Fernando González
	Radek Stepanek
	Gael Monfils
	Marin Cilic
	Gilles Simon




	
		title
		Software
		values
		
			The Mythical Man-Month
			SQL for Dummies
			Peopleware
			Code Complete
		
	
	
		title
		Business
		values
		
			Founders at Work
			Commonwealth
			The End of Poverty
			The No-Asshole Rule
		
	


h2. License

This project is licensed with a liberal BSD license. See the LICENSE file for details.