Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Moved DatePicker tutorial to famous-flex-datepicker repo
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Jan 30, 2015
1 parent 6d5c3a4 commit 35f6a18
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 346 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ of renderables using a `GridLayout`, and change that into a `ListLayout`. When u
- [LayoutController](docs/LayoutController.md)
- [ScrollController](docs/ScrollController.md)
- [FlexScrollView](docs/FlexScrollView.md) [(Tutorial)](tutorials/FlexScrollView.md)
- [DatePicker](docs/widgets/DatePicker.md) [(Tutorial)](tutorials/DatePicker.md)
- [DatePicker](docs/widgets/DatePicker.md) [(Tutorial)](https://github.com/IjzerenHein/famous-flex-datepicker/blob/master/tutorial/TabBar.md)
- [TabBar](docs/widgets/TabBar.md) [(Tutorial)](https://github.com/IjzerenHein/famous-flex-tabbar/blob/master/tutorial/TabBar.md)

### [Layouts](#standard-layouts)
Expand Down Expand Up @@ -257,7 +257,7 @@ Layout helpers are special classes that simplify writing layout functions.
|[LayoutController](docs/LayoutController.md)|Lays out renderables and optionally animates between layout states.|
|[ScrollController](docs/ScrollController.md)|Scrollable LayoutController (base class for FlexScrollView).|
|[FlexScrollView](docs/FlexScrollView.md) ([Tutorial](tutorials/FlexScrollView.md))|Flexible scroll-view with pull-to-refresh, margins & spacing and more good stuff.|
|[DatePicker](docs/widgets/DatePicker.md) ([Tutorial](tutorials/DatePicker.md))|Date/time picker wheel.|
|[DatePicker](docs/widgets/DatePicker.md) ([Tutorial](https://github.com/IjzerenHein/famous-flex-tabbar/blob/master/tutorial/DatePicker.md))|Date/time picker wheel.|
|[TabBar](docs/widgets/TabBar.md) ([Tutorial](https://github.com/IjzerenHein/famous-flex-tabbar/blob/master/tutorial/TabBar.md))|TabBar widget.|
|[LayoutContext](docs/LayoutContext.md)|Context used for writing layout-functions.|
|[LayoutUtility](docs/LayoutUtility.md)|Utility class containing helper functions.|
Expand Down
344 changes: 0 additions & 344 deletions tutorials/DatePicker.md

This file was deleted.

Binary file removed tutorials/DatePicker/datepicker-noloop.gif
Binary file not shown.
Binary file removed tutorials/DatePicker/datepicker.gif
Binary file not shown.

0 comments on commit 35f6a18

Please sign in to comment.