Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 888 Bytes

File metadata and controls

46 lines (32 loc) · 888 Bytes

iOS6.css

A recreation of the iOS 6 interface, built with pure CSS and a bit of JS. A three-day study, reuse freely, but expect to do some wiring to fit a real project.

Components (v1.0)

Navigation

  • Status bar
  • Navigation bar
  • Search bar
  • Segmented control

Feedback

  • Alert view
  • Action sheet

Input

  • Switch
  • Slider
  • Time picker
  • Action slider
  • Keyboard
  • Numeric pad

Lists

  • List rows
  • Driller rows

More components will be added over time.

Usage

<link rel="stylesheet" href="components/system.css">
<script src="components/system.js" defer></script>

Copy the markup patterns from index.html and drop in your own icons from /icons.

Credits

Every pixel here is based on "Legacy iOS UI Kit" by Denys Lunov.

License

MIT, see LICENSE