Coder Social home page Coder Social logo

akosma / easytableview Goto Github PK

View Code? Open in Web Editor NEW
27.0 3.0 4.0 90 KB

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

License: BSD 3-Clause "New" or "Revised" License

Objective-C 100.00%

easytableview's Introduction

EasyTextView

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

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:

<plist version="1.0">
<array>
	<string>Roger Federer</string>
	<string>Rafael Nadal</string>
	<string>Novak Djokovic</string>
	<string>Andy Murray</string>
	<string>Juan Martin Del Potro</string>
	<string>Andy Roddick</string>
	<string>Nicolay Davydenko</string>
	<string>Fernando Verdasco</string>
	<string>Robin Soderling</string>
	<string>Jo-Wilfred Tsonga</string>
	<string>Fernando González</string>
	<string>Radek Stepanek</string>
	<string>Gael Monfils</string>
	<string>Marin Cilic</string>
	<string>Gilles Simon</string>
</array>
</plist>
<plist version="1.0">
<array>
	<dict>
		<key>title</key>
		<string>Software</string>
		<key>values</key>
		<array>
			<string>The Mythical Man-Month</string>
			<string>SQL for Dummies</string>
			<string>Peopleware</string>
			<string>Code Complete</string>
		</array>
	</dict>
	<dict>
		<key>title</key>
		<string>Business</string>
		<key>values</key>
		<array>
			<string>Founders at Work</string>
			<string>Commonwealth</string>
			<string>The End of Poverty</string>
			<string>The No-Asshole Rule</string>
		</array>
	</dict>
</array>
</plist>

License

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

easytableview's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.