{"id":17163206,"url":"https://github.com/noppefoxwolf/stackpageview","last_synced_at":"2025-04-13T13:31:36.959Z","repository":{"id":72999586,"uuid":"45973588","full_name":"noppefoxwolf/StackPageView","owner":"noppefoxwolf","description":"Stacked style tableview","archived":false,"fork":false,"pushed_at":"2016-01-14T07:48:04.000Z","size":1052,"stargazers_count":34,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-02T05:46:12.268Z","etag":null,"topics":[],"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/noppefoxwolf.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":"2015-11-11T09:56:08.000Z","updated_at":"2023-11-16T03:24:10.000Z","dependencies_parsed_at":"2023-03-17T23:00:40.791Z","dependency_job_id":null,"html_url":"https://github.com/noppefoxwolf/StackPageView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FStackPageView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FStackPageView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FStackPageView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FStackPageView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noppefoxwolf","download_url":"https://codeload.github.com/noppefoxwolf/StackPageView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248721094,"owners_count":21151045,"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-10-14T22:48:09.605Z","updated_at":"2025-04-13T13:31:31.944Z","avatar_url":"https://github.com/noppefoxwolf.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StackPageView\nVertical page view with UIViewControllers stacked on the top of each other\n\n![](https://raw.githubusercontent.com/noppefoxwolf/StackPageView/master/sample.gif)\n\n# Install\nadd StackPageView.swift your project.\n\n# How to Use\n\n```swift\nclass ViewController: UIViewController,StackViewDataSource {\n\n    @IBOutlet weak var stackPageView: StackPageView!\n    \n    override func viewDidLoad() {\n        super.viewDidLoad()\n        stackPageView.dataSource = self\n        stackPageView.parentViewController = self\n    }\n\n    func stackViewNext(currentViewController: UIViewController?) -\u003e UIViewController {\n        return DummyViewController()\n    }\n    \n    func stackViewPrev(currentViewController: UIViewController?) -\u003e UIViewController {\n        return DummyViewController()\n    }\n\n}\n```\n\n#Support\nSupport with initWithFrame and Storyboard.\n\n#LICENSE\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoppefoxwolf%2Fstackpageview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoppefoxwolf%2Fstackpageview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoppefoxwolf%2Fstackpageview/lists"}