Giter Club home page Giter Club logo

ios-7-photoshop-templates-and-prototype-templates's Introduction

Quickly create iOS7 iPhone App prototypes

This framework helps you create iPhone app prototypes.

It incudes Photoshop templates for iOS7.

Only basic html/css/js knowledge is required to use this framework.

Demo

A demo of the iOS 7 version can be viewed at paulcasey.net http://paulcasey.net/clients/labs/_base_iphone_prototype/

Overview of features

common design patterns:

  • tabs OR
  • junk box menu
  • pull to refresh
  • back button
  • popup overlay

quickly add slices from:

  • photoshop
  • illustrator
  • omnigraffle

prepared files:

  • retina display compatible
  • base panals

Create a new page with scrolling

create new scrolling page is as simple as adding myScroll_back_1 = new iScroll('panel_back_1_wrapper'); to the initAll() function in js/paulcasey_ux_web.js

Create a 'back' button

the html and javascript already contains back button functionality, you just need to switch them on in the css. eg:

#panel_group_front #panel_2 #but_back {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 65px;
	height: 43px;
	z-index: 5;
	cursor: pointer;
}

Display the side menu ('junk box')

an example side menu botton already exists in the top left of the page. to display the menu at any point, simply call showSideMenu();

Base PSDs

i've included some base PSDs with layer comps, to help with wireframing. the default height of a page is 2400px, but you can obviously change this in the css. the psds can be found in _psd_examples.

ios-7-photoshop-templates-and-prototype-templates's People

Contributors

paulcaseys avatar

Watchers

 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.