Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gresrun/GHSidebarNav
A clone of the new Facebook iOS UI paradigm
https://github.com/gresrun/GHSidebarNav
Last synced: 3 months ago
JSON representation
A clone of the new Facebook iOS UI paradigm
- Host: GitHub
- URL: https://github.com/gresrun/GHSidebarNav
- Owner: gresrun
- License: apache-2.0
- Created: 2011-12-03T01:11:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-22T06:20:32.000Z (almost 10 years ago)
- Last Synced: 2024-10-31T15:42:40.255Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 580 KB
- Stars: 608
- Watchers: 82
- Forks: 136
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - GHSidebarNav - A clone of the new Facebook iOS UI paradigm (etc)
- awesome - GHSidebarNav - A clone of the new Facebook iOS UI paradigm (etc)
README
GHSideBarNav
============A clone of the new Facebook iOS UI paradigm; a sidebar navigation table that is revealed by sliding the main content panel to the right. The search goes full-screen and everything supports the standard orientations.
This project uses the Container View Controller methods introduced in iOS 5.0 so, it won't work on any version prior.
This project uses ARC so, you'll need Mac OS 10.7+ (Lion) and Xcode 4.2.1+ to build it.[![](http://gresrun.github.com/GHSidebarNav/sidebarScreenshot.png)](http://gresrun.github.com/GHSidebarNav/sidebarScreenshot.png)
[![](http://gresrun.github.com/GHSidebarNav/searchScreenshot.png)](http://gresrun.github.com/GHSidebarNav/searchScreenshot.png)***
How Do I Use It?
----------------1. Copy the core components (GHRevealViewController, GHSidebarSearchViewController and GHSidebarSearchViewControllerDelegate) into your project.
1. Use GHAppDelegate as a template to integrate GHRevealViewController into your main window in your project's AppDelegate, sending your own headers, controllers and cellInfos.
1. Implement GHSidebarSearchViewControllerDelegate to find your search results (call a web service, etc.) and do something with the selected search result.
1. Modify the colors and appearance to match your color scheme.***
License
-------
Copyright 2011 Greg HainesLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.