{"id":20389644,"url":"https://github.com/c-villain/wavedtabview","last_synced_at":"2026-05-17T03:37:07.540Z","repository":{"id":126604735,"uuid":"547404313","full_name":"c-villain/WavedTabView","owner":"c-villain","description":"Example how tab view can be customised and animated in SwiftUI","archived":false,"fork":false,"pushed_at":"2022-12-30T14:27:44.000Z","size":3728,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T14:42:12.964Z","etag":null,"topics":["ios13","swiftui","swiftui-animation","swiftui-animations","swiftui-components","swiftui-example","swiftui-learning","tabview"],"latest_commit_sha":null,"homepage":"https://t.me/swiftui_dev","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/c-villain.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":"2022-10-07T16:18:06.000Z","updated_at":"2024-06-30T18:17:39.000Z","dependencies_parsed_at":"2023-06-17T10:15:25.923Z","dependency_job_id":null,"html_url":"https://github.com/c-villain/WavedTabView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/c-villain/WavedTabView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-villain%2FWavedTabView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-villain%2FWavedTabView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-villain%2FWavedTabView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-villain%2FWavedTabView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c-villain","download_url":"https://codeload.github.com/c-villain/WavedTabView/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c-villain%2FWavedTabView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33126604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ios13","swiftui","swiftui-animation","swiftui-animations","swiftui-components","swiftui-example","swiftui-learning","tabview"],"created_at":"2024-11-15T03:18:58.324Z","updated_at":"2026-05-17T03:37:07.518Z","avatar_url":"https://github.com/c-villain.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WavedTabView\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fc-villain%2FWavedTabView%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/c-villain/WavedTabView)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fc-villain%2FWavedTabView%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/c-villain/WavedTabView)\n![](https://img.shields.io/github/license/c-villain/WavedTabView)\n\n[![contact: @lexkraev](https://img.shields.io/badge/contact-%40lexkraev-blue.svg?style=flat)](https://t.me/lexkraev)\n[![Telegram Group](https://img.shields.io/endpoint?color=neon\u0026style=flat-square\u0026url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fswiftui_dev)](https://telegram.dog/swiftui_dev)\n\nTutorial how tab bar can be customised and animated using SwiftUI\n\nFull [demo video](https://t.me/swiftui_dev/194) you may find [here](https://t.me/swiftui_dev/194).\n\n👨🏻‍💻 Feel free to subscribe to channel **[SwiftUI dev](https://t.me/swiftui_dev)** in telegram.\n\nIf you like this repository, please do :star: to make this useful for others.\n\n## Quick start\n\n- upside-waved variant:\n\u003cp align=\"left\"\u003e\n\u003cimg src=\"demo1.gif\" alt=\"Example with leading and trailing swipes\" height=\"427\" width=\"280\"\u003e\n\u003c/p\u003e\n\n- inside-waved variant: \n\u003cp align=\"left\"\u003e\n\u003cimg src=\"demo2.gif\" alt=\"Example with leading and trailing swipes\" height=\"427\" width=\"280\"\u003e\n\u003c/p\u003e\n\n- without wave, classical variant: \n\u003cp align=\"left\"\u003e\n\u003cimg src=\"demo3.gif\" alt=\"Example with leading and trailing swipes\" height=\"427\" width=\"280\"\u003e\n\u003c/p\u003e\n\n## Installation\n\nTo install waved tab view attach [WavedTabView.swift](https://github.com/c-villain/WavedTabView/blob/main/WavedTabView.swift) file to your project and call:\n\n```swift\nimport SwiftUI\n\n@main\nstruct SUIChallengesApp: App {\n    var body: some Scene {\n        WindowGroup {\n            WavedTabView() // \u003c=== HERE!\n        }\n    }\n}\n```\nor for example in SceneDelegate: \n```swift\nfunc scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {\n        let contentView = WavedTabView() // // \u003c=== HERE!\n       \n        if let windowScene = scene as? UIWindowScene {\n            let window = UIWindow(windowScene: windowScene)\n            window.rootViewController = UIHostingController(rootView: contentView)\n            self.window = window\n            window.makeKeyAndVisible()\n        }\n    }\n```\n### Requirements\n- iOS 13.0\n\n## Special thanks\n\nto [Dmitriy Soloshenko](https://github.com/DemonSoft) for his contributing.\n\n## Communication\n\n- If you **found a bug**, open an issue or submit a fix via a pull request.\n- If you **have a feature request**, open an issue or submit a implementation via a pull request or hit me up on **lexkraev@gmail.com** or **[telegram](https://t.me/lexkraev)**.\n- If you **want to contribute**, submit a pull request onto the master branch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-villain%2Fwavedtabview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc-villain%2Fwavedtabview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc-villain%2Fwavedtabview/lists"}