Skip to content

Boilerplate sliding view controller template based on ECSlidingViewController and Matt Gallagher beautiful re-usable tableview article.

License

Notifications You must be signed in to change notification settings

bradphilips/iOS-SlidingViewControllerBoilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS-SlidingViewControllerBoilerplate

Boilerplate sliding view controller template based on Mike Enriquez's awesome ECSlidingViewController and Matt Gallagher's beautiful re-usable tableview article.

This also builds upon some 'best practices' I have used in the past to create modular and re-usable mobile apps for such as servicing layers, model mapping, and view-logic separation.

Dummy Server Technology

This application also has an accompanying localhost server that is written in Node to allow sandbox development and mock out service calls. The only functions implemented now are login and logout. The resources are as follows:

	POST 	/session - Login user { username:'brad', password: 'secure' }
	DELETE 	/session - Logout user
  • Node - Node is an evented server side technology built in javascript (using Google's V8 engine). This is a very fast lightweight server-side technology and is rapidly becoming very popular.

Setup

  1. Get and install nvm (Node Version Manager)
  2. Run nvm install v0.10.0
  3. In the base of the Server directory run npm install
  4. Run node app.js

About

Boilerplate sliding view controller template based on ECSlidingViewController and Matt Gallagher beautiful re-usable tableview article.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages