{"id":22316843,"url":"https://github.com/emvakar/ektabbar","last_synced_at":"2025-10-14T06:30:50.351Z","repository":{"id":45688902,"uuid":"514058639","full_name":"emvakar/EKTabBar","owner":"emvakar","description":"Great floating TabBar written on swift","archived":false,"fork":false,"pushed_at":"2022-10-29T10:03:54.000Z","size":59,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-03T23:07:59.427Z","etag":null,"topics":["custom","floating","ios","swift","tabbar","tabbarview","uikit"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emvakar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-14T21:58:08.000Z","updated_at":"2024-11-20T15:44:55.000Z","dependencies_parsed_at":"2022-09-14T16:41:04.630Z","dependency_job_id":null,"html_url":"https://github.com/emvakar/EKTabBar","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emvakar%2FEKTabBar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emvakar%2FEKTabBar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emvakar%2FEKTabBar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emvakar%2FEKTabBar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emvakar","download_url":"https://codeload.github.com/emvakar/EKTabBar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236451137,"owners_count":19150806,"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":["custom","floating","ios","swift","tabbar","tabbarview","uikit"],"created_at":"2024-12-03T23:08:05.712Z","updated_at":"2025-10-14T06:30:50.042Z","avatar_url":"https://github.com/emvakar.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EKTabBarController\n\n![Swift 5.6+](https://img.shields.io/badge/Swift-5.6%2B-orange.svg)\n![Xcode 13.4+](https://img.shields.io/badge/Xcode-13.4%2B-blue.svg)\n![iOS 13.0+](https://img.shields.io/badge/iOS-13.0%2B-blue.svg)\n[![Telegram: @emvakar](http://img.shields.io/badge/telegram-%40emvakar-70a1fb.svg?style=flat)](https://t.me/emvakar)\n[![Linkedin: emvakar](http://img.shields.io/badge/linkedin-emvakar-70a1fb.svg?style=flat)](https://www.linkedin.com/in/emvakar)\n[![Twitter: @emvakar](http://img.shields.io/badge/twitter-%40emvakar-70a1fb.svg?style=flat)](https://twitter.com/emvakar)\n\n## Screens\n\n\u003cimg src=\"example.png\" alt=\"example\" width=\"700\"/\u003e\n\n## Installation 📱\n\nJust add `https://github.com/emvakar/EKTabBar.git` to your Package.swift or Xcode project. Done!\n\n## Usage ✨ \n\n### Step 1\n\nImporting framework\n\n```swift\nimport EKTabBarController\n```\n### Step 2\n\nSomewhere in your code, create items\n\n```swift\nlet item1 = EKControllerItem(tabBarButtonItem: UITabBarItem(...), viewController: UIViewController())\nlet item2 = EKControllerItem(tabBarButtonItem: UITabBarItem(...), viewController: UIViewController())\n```\n### Step 3\n\nInit TabBar controller\n\n```swift\nlet tabBarController = EKTabBarController(controllerItems: [item1, item2], cornerRadius: 20, backgroundColor: .green)\n```\n### Step 4\n\nShow it ;)\n\n```swift\nself.present(tabBarController, animated: true)\n```\n\n## Requirements\n\n* Xcode 13.4+\n* Swift 5.6\n* iOS 13+\n\n## License\n\nThis project is under MIT license. For more information, see `LICENSE` file.\n\n## Credits \n\nIt will be updated when necessary and fixes will be done as soon as discovered to keep it up to date.\n\nYou can find me on Telegram [@emvakar](https://t.me/emvakar) or Twitter [@emvakar](https://twitter.com/emvakar) or Linkedin [emkarimov](https://www.linkedin.com/in/emvakar).\n\nEnjoy! 🤓\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femvakar%2Fektabbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femvakar%2Fektabbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femvakar%2Fektabbar/lists"}