{"id":13685255,"url":"https://github.com/LinkedInAttic/LIExposeController","last_synced_at":"2025-05-01T01:31:08.959Z","repository":{"id":2811401,"uuid":"3812675","full_name":"LinkedInAttic/LIExposeController","owner":"LinkedInAttic","description":"Expose style navigation for iOS apps","archived":false,"fork":false,"pushed_at":"2012-04-25T16:36:49.000Z","size":554,"stargazers_count":742,"open_issues_count":6,"forks_count":101,"subscribers_count":31,"default_branch":"master","last_synced_at":"2024-11-12T06:34:28.934Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinkedInAttic.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-03-23T21:16:54.000Z","updated_at":"2024-05-29T07:16:14.000Z","dependencies_parsed_at":"2022-08-26T19:11:11.199Z","dependency_job_id":null,"html_url":"https://github.com/LinkedInAttic/LIExposeController","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInAttic%2FLIExposeController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInAttic%2FLIExposeController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInAttic%2FLIExposeController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInAttic%2FLIExposeController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinkedInAttic","download_url":"https://codeload.github.com/LinkedInAttic/LIExposeController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251808426,"owners_count":21647290,"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-08-02T14:00:47.609Z","updated_at":"2025-05-01T01:31:08.658Z","avatar_url":"https://github.com/LinkedInAttic.png","language":"Objective-C","readme":"# LIExposeController\nLIExposeController is a new navigation paradigm for iOS apps. A great example is [LinkedIn's iPhone app](http://itunes.apple.com/us/app/linkedin/id288429040?mt=8).\n\nLIExposeController acts as a container view controller, much like UINavigationController or UITabBarController. It manages a set of UIViewControllers as separate \"stacks\" so that users can easily switch between multiple screens.\n\n## Instructions\n1. Add LIExposeController.h and LIExposeController.m to your Xcode project.\n2. Create an instance like so: \u003cpre\u003e\u003ccode\u003eexposeController = [[LIExposeController alloc] init];\u003c/code\u003e\u003c/pre\u003e\n3. Add your view controllers: \u003cpre\u003e\u003ccode\u003eexposeController.viewControllers = [NSArray arrayWithObjects:..., nil];\u003c/code\u003e\u003c/pre\u003e\n4. Add expose controller to your view hierarchy: \u003cpre\u003e\u003ccode\u003ewindow.rootViewController = exposeController;\u003c/code\u003e\u003c/pre\u003e\n5. Enjoy!\n\n### Frameworks Required\n1. UIKit\n2. Foundation\n3. QuartzCore\n4. CoreGraphics\n\n### Screenshots\n![Screen 1 Alt](LIExposeController/raw/master/Screenshots/screen1.png \"Screen 1\")\n![Screen 2 Alt](LIExposeController/raw/master/Screenshots/screen2.png \"Screen 2\")\n\n## Authors\n* Sudeep Yegnashankaran \\([LinkedIn](http://www.linkedin.com/in/sudeepy), [github](https://github.com/sudeepy)\\)\n* Peter Shih \\([LinkedIn](http://www.linkedin.com/in/ptshih), [github](https://github.com/ptshih)\\)\n\n## License\nThe source code is available under the Apache 2.0 license.\n","funding_links":[],"categories":["Objective-C","etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLinkedInAttic%2FLIExposeController","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLinkedInAttic%2FLIExposeController","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLinkedInAttic%2FLIExposeController/lists"}