{"id":18268401,"url":"https://github.com/bionelabs/tabbarviewcontroller","last_synced_at":"2025-06-20T03:05:19.428Z","repository":{"id":177124637,"uuid":"268215333","full_name":"bionelabs/TabbarViewController","owner":"bionelabs","description":"Rotate TabbarViewController","archived":false,"fork":false,"pushed_at":"2020-06-13T16:10:33.000Z","size":270,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T23:34:35.709Z","etag":null,"topics":["swift","tabbar","uitabbar","uitabbarcontroller","xcode"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bionelabs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-31T05:29:24.000Z","updated_at":"2023-01-12T09:49:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"349b2686-79e6-45fe-99c5-94e754eb2471","html_url":"https://github.com/bionelabs/TabbarViewController","commit_stats":null,"previous_names":["bionelabs/tabbarviewcontroller"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bionelabs/TabbarViewController","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionelabs%2FTabbarViewController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionelabs%2FTabbarViewController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionelabs%2FTabbarViewController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionelabs%2FTabbarViewController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bionelabs","download_url":"https://codeload.github.com/bionelabs/TabbarViewController/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bionelabs%2FTabbarViewController/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260868849,"owners_count":23074959,"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":["swift","tabbar","uitabbar","uitabbarcontroller","xcode"],"created_at":"2024-11-05T11:31:21.184Z","updated_at":"2025-06-20T03:05:14.409Z","avatar_url":"https://github.com/bionelabs.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TabbarViewController\nRotate TabbarViewController\n\n## Demo\n\u003cimg src=\"https://github.com/onebuffer/TabbarViewController/blob/master/Resources/Screen%20Shot%202020-05-31%20at%2012.32.51.png\" width=\"30%\"\u003e\n\u003cimg src=\"https://github.com/onebuffer/TabbarViewController/blob/master/Resources/Screen%20Shot%202020-05-31%20at%2012.33.07.png\" width=\"80%\"\u003e\n\u003cimg src=\"https://github.com/onebuffer/TabbarViewController/blob/master/Resources/Screen%20Shot%202020-05-31%20at%2012.33.16.png\" width=\"80%\"\u003e\n\n## Installation\n\n### CocoaPods\nSoon\n\n### How to use\n\n```swift\n\nimport UIKit\nimport TabbarViewController\n\nclass ViewController: TabbarViewController {\n    \n    let ViewControllerA = MenuViewController()\n    let ViewControllerB = MenuViewController()\n    let ViewControllerC = MenuViewController()\n    let ViewControllerD = MenuViewController()\n    let ViewControllerE = MenuViewController()\n    \n    override func loadView() {\n        super.loadView()\n        \n        ViewControllerA.tabBarItem = UITabBarItem(\n            title: \"Home\",\n            image: UIImage(named:\"home\"),\n            selectedImage: nil)\n        ViewControllerB.tabBarItem = UITabBarItem(\n            title: \"Media\",\n            image: UIImage(named:\"backup-media\"),\n            selectedImage: nil)\n        ViewControllerC.tabBarItem = UITabBarItem(\n            title: \"Reminder\",\n            image: UIImage(named:\"reminder\"),\n            selectedImage: nil)\n        ViewControllerD.tabBarItem = UITabBarItem(\n            title: \"Setting\",\n            image: UIImage(named:\"tabbar-setting\"),\n            selectedImage: nil)\n        ViewControllerE.tabBarItem = UITabBarItem(\n            title: \"Podcast\",\n            image: UIImage(named:\"tabbar-setting\"),\n            selectedImage: nil)\n        \n        ViewControllerA.view.backgroundColor = UIColor(\"F6F9FE\")\n        ViewControllerB.view.backgroundColor = UIColor(\"b1cbf6\")\n        ViewControllerC.view.backgroundColor = UIColor(\"c8daf9\")\n        ViewControllerD.view.backgroundColor = UIColor(\"dfeafb\")\n        ViewControllerE.view.backgroundColor = UIColor(\"ffffff\")\n        \n        self.viewControllers = [ViewControllerA,\n                                ViewControllerB,\n                                ViewControllerC,\n                                ViewControllerD]\n        \n    }\n    \n}\n\n\n```\n\n## Contact\n- Email: caophuocthanh@gmail.com\n- Site: https://onebuffer.com\n- Linkedin: https://www.linkedin.com/in/caophuocthanh/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbionelabs%2Ftabbarviewcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbionelabs%2Ftabbarviewcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbionelabs%2Ftabbarviewcontroller/lists"}