{"id":13990685,"url":"https://github.com/redbooth/SimplePagedView","last_synced_at":"2025-07-22T13:30:52.670Z","repository":{"id":62455471,"uuid":"161540568","full_name":"redbooth/SimplePagedView","owner":"redbooth","description":"A UIPageViewController replacement built to be as simple as possible","archived":false,"fork":false,"pushed_at":"2019-02-13T07:40:41.000Z","size":82,"stargazers_count":75,"open_issues_count":3,"forks_count":9,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-11-26T12:12:02.342Z","etag":null,"topics":["ios","swift","swift4","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/redbooth.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":"2018-12-12T20:22:13.000Z","updated_at":"2022-11-17T14:12:07.000Z","dependencies_parsed_at":"2022-11-02T00:16:46.456Z","dependency_job_id":null,"html_url":"https://github.com/redbooth/SimplePagedView","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/redbooth%2FSimplePagedView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redbooth%2FSimplePagedView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redbooth%2FSimplePagedView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redbooth%2FSimplePagedView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redbooth","download_url":"https://codeload.github.com/redbooth/SimplePagedView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227098922,"owners_count":17730670,"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":["ios","swift","swift4","uikit","uipageviewcontroller"],"created_at":"2024-08-09T13:03:06.364Z","updated_at":"2024-11-29T10:31:19.828Z","avatar_url":"https://github.com/redbooth.png","language":"Swift","readme":"# SimplePagedView\n\nSimplePagedView is an iOS component that makes it as easy as possible to set up a page view for things like onboarding or presenting information.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/5561501/49899079-87bbda80-fe0f-11e8-82ec-ea523e6cd42c.png\" alt=\"simulator screen shot - iphone 8 - 2018-12-12 at 12 54 46\" width=400 /\u003e\n\n## Installation\n\n```ruby\npod 'SimplePagedView'\n```\n\n## Usage\n\n### Programmatic setup\n```swift\n// Create a PagedViewController by providing it with a view for each page you'd like it to contain\nlet simplePagedView = SimplePagedView(with:\n    LogoView(presenter: welcomePresenter),\n    CardPageView(image: ThemeManager.Images.welcomeTourSlide1,\n                        subtitle: \"Complete and resolve tasks on the go\"),\n    CardPageView(image: ThemeManager.Images.welcomeTourSlide2,\n                        subtitle: \"Comment on tasks and conversations\"),\n    CardPageView(image: ThemeManager.Images.welcomeTourSlide3,\n                        subtitle: \"Add files and pictures in seconds\")\n)\n\n// Add as subview and setup constraints/frame\n```\n","funding_links":[],"categories":["Swift"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredbooth%2FSimplePagedView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredbooth%2FSimplePagedView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredbooth%2FSimplePagedView/lists"}