{"id":15038433,"url":"https://github.com/tise/swipeableviewcontroller","last_synced_at":"2025-04-10T01:23:04.334Z","repository":{"id":56922386,"uuid":"107991160","full_name":"tise/SwipeableViewController","owner":"tise","description":"A small UI component to build UIPageViewController-y views along with a neat iOS 11-y top tab bar in your app.","archived":false,"fork":false,"pushed_at":"2017-11-21T09:33:31.000Z","size":33319,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-20T10:47:13.371Z","etag":null,"topics":["cocoacontrols","cocoapods","ios","swift","swift-4","uikit","uipageviewcontroller"],"latest_commit_sha":null,"homepage":"","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/tise.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":"2017-10-23T14:08:50.000Z","updated_at":"2022-12-05T08:51:26.000Z","dependencies_parsed_at":"2022-08-21T04:50:23.343Z","dependency_job_id":null,"html_url":"https://github.com/tise/SwipeableViewController","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tise%2FSwipeableViewController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tise%2FSwipeableViewController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tise%2FSwipeableViewController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tise%2FSwipeableViewController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tise","download_url":"https://codeload.github.com/tise/SwipeableViewController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138518,"owners_count":21053865,"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":["cocoacontrols","cocoapods","ios","swift","swift-4","uikit","uipageviewcontroller"],"created_at":"2024-09-24T20:38:30.648Z","updated_at":"2025-04-10T01:23:04.307Z","avatar_url":"https://github.com/tise.png","language":"Swift","readme":"# SwipeableViewController\n\n[![Version](https://img.shields.io/cocoapods/v/SwipeableViewController.svg?style=flat)](http://cocoapods.org/pods/SwipeableViewController)\n[![License](https://img.shields.io/cocoapods/l/SwipeableViewController.svg?style=flat)](http://cocoapods.org/pods/SwipeableViewController)\n[![Platform](https://img.shields.io/cocoapods/p/SwipeableViewController.svg?style=flat)](http://cocoapods.org/pods/SwipeableViewController)\n\n## Example\n\nTo test the project, clone this repo and run SwipeableViewController.xcodeproj.\n![Example gif](https://github.com/tiseoslo/SwipeableViewController/blob/master/example.gif)\n\n## Requirements\n\n- iOS 9\n- Swift 4\n\n## Installation\n\nSwipeableViewController is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'SwipeableViewController'\n```\n\n## Usage\n```swift\n// Make an instance of SwipeableNavigationController\nlet navigationController = SwipeableNavigationController(navigationBarClass: SwipeableNavigationBar.self, toolbarClass: nil)\n\n// Make an instance of SwipeableViewController\nlet viewController = SwipeableViewController()\n\n// Inject data\nviewController.swipeableItems = [SwipeableItem(title: \"View 1\", viewController: ExampleViewController()),\n                                 SwipeableItem(title: \"View 2\", viewController: ExampleViewController()),\n                                 SwipeableItem(title: \"View 3\", viewController: ExampleViewController())]\nviewController.selectedIndex = 1\n\n// Set the view to the navigation controller (if you want the SwipeableViewController at the root of your navigationController)\nnavigationController.setViewControllers([viewController], animated: false)\n```\n\nAnd you're good to go!\n\n## Author\n\nOscar Apeland, oscar@tiseit.com\n\n## License\n\nSwipeableViewController is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftise%2Fswipeableviewcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftise%2Fswipeableviewcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftise%2Fswipeableviewcontroller/lists"}