{"id":18270721,"url":"https://github.com/weissi/FRLayeredNavigationController","last_synced_at":"2025-04-05T01:30:49.449Z","repository":{"id":3223629,"uuid":"4258861","full_name":"weissi/FRLayeredNavigationController","owner":"weissi","description":"FRLayeredNavigationController, an iOS container view controller that works like a stack of paper with an API similar to UINavigationController.","archived":false,"fork":false,"pushed_at":"2021-05-05T09:11:00.000Z","size":2108,"stargazers_count":485,"open_issues_count":9,"forks_count":61,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-03-29T02:06:34.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weissi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-08T08:58:36.000Z","updated_at":"2025-03-28T04:28:44.000Z","dependencies_parsed_at":"2022-08-19T01:00:59.143Z","dependency_job_id":null,"html_url":"https://github.com/weissi/FRLayeredNavigationController","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weissi%2FFRLayeredNavigationController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weissi%2FFRLayeredNavigationController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weissi%2FFRLayeredNavigationController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weissi%2FFRLayeredNavigationController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weissi","download_url":"https://codeload.github.com/weissi/FRLayeredNavigationController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276043,"owners_count":20912286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T11:38:49.608Z","updated_at":"2025-04-05T01:30:47.939Z","avatar_url":"https://github.com/weissi.png","language":"Objective-C","readme":"FRLayeredNavigationController\n=============================\n\nFRLayeredNavigationController, an iOS container view controller with an API\nsimilar to UINavigationController. Influenced by the UI of the Twitter and\nSoundcloud iPad apps, the user will think of a stack of paper and has similar\ninteraction options.\n\nOfficial Project Home: https://github.com/weissi/FRLayeredNavigationController . You can also find [FRLayeredNavigationController at\nOhloh](https://www.ohloh.net/p/frlayerednavigationcontroller).\n\nSee below for documentation and instructions (including a screencast) on how\nto add FRLayeredNavigationController to your project.\n\nIf you have further questions, feel free to [mail me](mailto:weiss@tux4u.de)!\n\n[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=JohannesWeiss\u0026url=https://github.com/weissi/FRLayeredNavigationController\u0026title=FRLayeredNavigationController\u0026language=\u0026tags=github\u0026category=software)\n\n©2012-2015, [Johannes Weiß](mailto:weiss@tux4u.de) for\n[factis research GmbH](http://www.factisresearch.com).\n\n\nDocumentation\n=============\n\n - [The API Documentation](http://weissi.github.io/FRLayeredNavigationController/docs/html/index.html)\n - [Blog Post](http://factisresearch.blogspot.de/2012/06/uis-for-hierachical-ipad-apps.html)\n - [EuroCopa Demo Project](https://github.com/weissi/EuroCopaInfo)\n\n\nFeatures\n========\n\n - The [API](http://weissi.github.io/FRLayeredNavigationController/docs/html/index.html)\n   feels very natural to iOS developers since it's very similar to the API of\n   `UINavigationController`\n - FRLayeredNavigationController uses ARC (automatic reference counting) but you\n   can use it in your legacy projects without ARC, too\n - Low memory conditions and rotation are handled correctly with\n   FRLayeredNavigationController\n - FRLayeredNavigationController works on the iPad, the iPhone and iPod touch\n   but the UI concept is best on the iPad since the big screen\n - You can easily install FRLayeredNavigationController using\n   [CocoaPods](http://cocoapods.org/) or manually (screencast and instructions\n   below)\n - Correctly handles `view.frame` and `view.bounds` and has therefore no\n   problems with `view.transform` (such as rotations) as you can see on this\n   [screenshot](https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerRotation.png).\n - *App Store* compatible (uses only Public API and was already approved by\n   Apple)\n - iOS 7 \u0026 8 Support (still supports iOS6 and older with old visuals)\n\n\nLicense\n=======\nIt's all open source but you can use it in your commercial product free of\ncharge. FRLayeredNavigationController is licensed under the terms of the\nModified BSD License.\n\n\nDemo Videos\n===========\n - http://youtu.be/v_tXD_mL05E\n - http://youtu.be/q66HX2td_uc\n\n\nScreenshots\n===========\n[![](https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerScreenshot-iOS7.png)](https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerScreenshot-iOS7.png)\n[![](https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerScreenshot1.png)](https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerScreenshot1.png)\n[![](https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerScreenshot2.png)](https://github.com/weissi/FRLayeredNavigationController/raw/master/FRLayeredNavigationControllerScreenshot2.png)\n\n\nKnown Users\n===========\n\n###[RecordBox](http://myrecordbox.com) ([App Store](http://itunes.apple.com/us/app/recordbox/id480534869?mt=8))###\n[![](http://a4.mzstatic.com/us/r1000/093/Purple/v4/50/61/93/50619376-7243-bf68-2192-d11bc8687106/mza_4403044630314584279.175x175-75.jpg)](http://myrecordbox.com)\n\n###[Checkpad MED](http://www.lohmann-birkner.de/en/Checkpad-MED/index.php)###\n[![](http://www.lohmann-birkner.de/de-wGlobal/wGlobal/layout/images/headlogos/lub_hcc.gif)](http://www.lohmann-birkner.de/en/Checkpad-MED/index.php)\n\n###[Wunderlist](http://www.6wunderkinder.com/wunderlist) ([App Store](https://itunes.apple.com/gb/app/wunderlist/id406644151?mt=8))###\n[![](http://a3.mzstatic.com/us/r1000/074/Purple/v4/e9/90/93/e99093fd-6f74-c579-6626-ccb83c0b9554/mzl.oppuszqm.175x175-75.jpg)](http://www.6wunderkinder.com/wunderlist)\n\n\nAdding FRLayeredNavigationController to your project\n====================================================\n\nFRLayeredNavigationController is compiled as static libraries. It use Xcode's\n\"dependent project\" facilities. If you're familiar with\n[CocoaPods](http://cocoapods.org/) use that, just add the `dependency\n'FRLayeredNavigationController'` to your `Podfile`.\n\nHere is how:  **Estimated time:** 5 minutes.\n\nThere's also a screencast which shows how to add\nFRLayeredNavigationController to a project and how to switch from\nUINavigationController to FRLayeredNavigationController:\nhttp://youtu.be/k9bFAYtoenw .\n\n1. Clone the FRLayeredNavigationController git repository: `git clone\n   git@github.com:weissi/FRLayeredNavigationController.git`.  Make sure you\n   store the repository in a permanent place because Xcode will need to reference\n   the files every time you compile your project.\n\n2. Locate the \"FRLayeredNavigationController.xcodeproj\" file under\n   \"`FRLayeredNavigationController`\". Drag\n   FRLayeredNavigationController.xcodeproj and drop it onto the root of your Xcode\n   project's \"Groups and Files\"  sidebar.\n\n3. Now you need to link the FRLayeredNavigationController static libraries to\n   your project. Add `libFRLayeredNavigationController.a` to the `Link Binary\n   With Libraries` section of your project's Build phases.\n\n4. Finally, we need to tell your project where to find the\n   FRLayeredNavigationController headers.  Open your \"Project Settings\" and go\n   to the \"Build\" tab. Look for \"Header Search Paths\" and double-click it.  Add the\n   relative path from your project's directory to the\n   \"FRLayeredNavigationController/\" directory.\n\n5. While you are in Project Settings, go to \"Other Linker Flags\" under the\n   \"Linker\" section, and add \"`-ObjC`\", \"`-fobjc-arc`\" and \"`-all_load`\" to the\n   list of flags.\n\n6. You're ready to go.\n   Just `#import \"FRLayeredNavigationController/FRLayeredNavigation.h\"`\n   anywhere you want to use FRLayeredNavigationController in your project.\n\nIf you want to, you can install [appledoc](http://gentlebytes.com/appledoc/)\nand type `appledoc .` in FRLayeredNavigationController's root directory to\ninstall the API documentation in Xcode.\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweissi%2FFRLayeredNavigationController","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweissi%2FFRLayeredNavigationController","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweissi%2FFRLayeredNavigationController/lists"}