@@ -2,36 +2,46 @@ FRLayeredNavigationController
2
2
=============================
3
3
4
4
FRLayeredNavigationController, an iOS container view controller with an API
5
- similar to UINavigationController. Read
6
- [ my blog post about FRLayeredNavigationController] ( http://factisresearch.blogspot.de/2012/06/uis-for-hierachical-ipad-apps.html )
7
- to get an idea of what it is.
5
+ similar to UINavigationController.
8
6
9
7
Official Project Home: https://github.com/weissi/FRLayeredNavigationController
10
8
11
- See below for instructions (and a screencast) on how to add
12
- FRLayeredNavigationController to your project.
9
+ See below for documentation and instructions (including a screencast) on how
10
+ to add FRLayeredNavigationController to your project.
13
11
14
- If you have further questions, feel free to ask them !
12
+ If you have further questions, feel free to [ mail me ] ( mailto:weiss@tux4u.de ) !
15
13
16
14
©2012, [ Johannes Weiß] ( mailto:weiss@tux4u.de ) for
17
15
[ factis research GmbH] ( http://www.factisresearch.com ) .
18
16
17
+
18
+ Documentation
19
+ =============
20
+
21
+ - [ The API documentation] ( http://weissi.github.com/FRLayeredNavigationController/docs/html/index.html )
22
+ - [ my blog post] ( http://factisresearch.blogspot.de/2012/06/uis-for-hierachical-ipad-apps.html )
23
+ - [ EuroCopa demo project] ( https://github.com/weissi/EuroCopaInfo )
24
+
25
+
19
26
License
20
27
=======
21
28
It's all open source but you can use it in your commercial product free of
22
29
charge. FRLayeredNavigationController is licensed under the terms of the
23
30
Modified BSD License.
24
31
32
+
25
33
Watch the demo videos
26
34
=====================
27
35
- http://youtu.be/v_tXD_mL05E
28
36
- http://youtu.be/q66HX2td_uc
29
37
38
+
30
39
Screenshots
31
40
===========
32
41
[ ![ ] ( https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerScreenshot1.png )] ( https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerScreenshot1.png )
33
42
[ ![ ] ( https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerScreenshot2.png )] ( https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerScreenshot2.png )
34
43
44
+
35
45
Adding FRLayeredNavigationController to your project
36
46
====================================================
37
47
@@ -73,3 +83,6 @@ http://youtu.be/k9bFAYtoenw .
73
83
Just ` #import "FRLayeredNavigationController/FRLayeredNavigation.h" `
74
84
anywhere you want to use FRLayeredNavigationController in your project.
75
85
86
+ If you want to, you can install [ appledoc] ( http://gentlebytes.com/appledoc/ )
87
+ and type ` appledoc . ` in FRLayeredNavigationController's root directory to
88
+ install the API documentation in Xcode.
0 commit comments