{"id":13485367,"url":"https://github.com/SimformSolutionsPvtLtd/SSSwiftyGo","last_synced_at":"2025-03-27T19:30:59.699Z","repository":{"id":45889997,"uuid":"413346357","full_name":"SimformSolutionsPvtLtd/SSSwiftyGo","owner":"SimformSolutionsPvtLtd","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-03T10:20:18.000Z","size":8946,"stargazers_count":36,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T13:19:40.822Z","etag":null,"topics":[],"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/SimformSolutionsPvtLtd.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":"2021-10-04T08:58:26.000Z","updated_at":"2024-09-06T11:33:47.000Z","dependencies_parsed_at":"2022-07-25T02:18:01.203Z","dependency_job_id":null,"html_url":"https://github.com/SimformSolutionsPvtLtd/SSSwiftyGo","commit_stats":null,"previous_names":["mobile-simformsolutions/ssswiftygo"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimformSolutionsPvtLtd%2FSSSwiftyGo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimformSolutionsPvtLtd%2FSSSwiftyGo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimformSolutionsPvtLtd%2FSSSwiftyGo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimformSolutionsPvtLtd%2FSSSwiftyGo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimformSolutionsPvtLtd","download_url":"https://codeload.github.com/SimformSolutionsPvtLtd/SSSwiftyGo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245910733,"owners_count":20692495,"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-07-31T18:00:20.856Z","updated_at":"2025-03-27T19:30:58.982Z","avatar_url":"https://github.com/SimformSolutionsPvtLtd.png","language":"Swift","funding_links":[],"categories":["iOS","iOS Guides"],"sub_categories":["Swift"],"readme":"\u003ca href=\"https://www.simform.com/\"\u003e\u003cimg src=\"https://github.com/SimformSolutionsPvtLtd/SSToastMessage/blob/master/simformBanner.png\"\u003e\u003c/a\u003e\n\nSSSwiftyGo\n=============\n[![CocoaPods Version](https://img.shields.io/cocoapods/v/SwiftyGo)](https://cocoapods.org/pods/SwiftyGo)\n[![Platform](https://img.shields.io/cocoapods/p/SwiftyGo)](https://cocoapods.org/pods/SwiftyGo)\n[![License](https://img.shields.io/github/license/SimformSolutionsPvtLtd/SSSwiftyGo)](https://cocoapods.org/pods/SwiftyGo)\n[![Swift Version][swift-image]][swift-url]\n[![PRs Welcome][PR-image]][PR-url]\n[![Twitter](https://img.shields.io/badge/Twitter-@simform-blue.svg?style=flat)](https://twitter.com/simform)\n\nSSSwiftyGo is written in Swift to help you to navigate in SwiftUI Views using only one line of code.\n\nSetup Instructions\n------------------\n[CocoaPods](http://cocoapods.org)\n------------------\nTo integrate SSSwiftyGo into your Xcode project using CocoaPods, specify it in your `Podfile`:\n```ruby\npod 'SwiftyGo', '~\u003e 1.0.0'\n```\nand in your code add `import SwiftyGo`.\n\n[Swift Package Manager](https://swift.org/package-manager/)\n------------------\nWhen using Xcode 11 or later, you can install `SSSwiftyGo` by going to your Project settings \u003e `Swift Packages` and add the repository by providing the GitHub URL. Alternatively, you can go to `File` \u003e `Swift Packages` \u003e `Add Package Dependencies...`\n\n## Manually\n\n1. Add `MainCoordinator.swift` and `NavigationProtocol.swift` to your project.\n2. Grab yourself a cold 🍺.\n\n## Requirements\n* iOS 13+\n* Xcode 11+\n\n# Usage\n\nInitial Setup\n---------\n```swift\nfunc scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {\n\n        let contentView = ContentView()\n        Coordinator.initialize(view: contentView)\n        \n        if let windowScene = scene as? UIWindowScene {\n            let window = UIWindow(windowScene: windowScene)\n            window.rootViewController = Coordinator.rootView\n            self.window = window\n            window.makeKeyAndVisible()\n        }\n    }\n```\nNavigate To Next\n----------------\n\u003cimg src=\"MoveToView.gif\" width=\"800\"  title=\"Home\"\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\nPop To Previous\n---------------\n\u003cimg src=\"popToPrevious.gif\" width=\"800\" title=\"Menu\"\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\n# Check out our other Libraries\n\n\u003ch3\u003e\u003ca href=\"https://github.com/SimformSolutionsPvtLtd\"\u003e\u003cu\u003e🗂 Simform Solutions Libraries→\u003c/u\u003e\u003c/a\u003e\u003c/h3\u003e\n\n\n## MIT License\n\nCopyright (c) 2021 Simform Solutions\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n[PR-image]:https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat\n[PR-url]:http://makeapullrequest.com\n[swift-image]:https://img.shields.io/badge/swift-5.0-orange.svg\n[swift-url]: https://swift.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSimformSolutionsPvtLtd%2FSSSwiftyGo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSimformSolutionsPvtLtd%2FSSSwiftyGo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSimformSolutionsPvtLtd%2FSSSwiftyGo/lists"}