{"id":13992735,"url":"https://github.com/honcheng/PanelTableView","last_synced_at":"2025-07-22T16:31:33.236Z","repository":{"id":1110102,"uuid":"978329","full_name":"honcheng/PanelTableView","owner":"honcheng","description":"Multiple UITableViews in a UIScrollView","archived":false,"fork":false,"pushed_at":"2017-04-18T10:17:04.000Z","size":780,"stargazers_count":201,"open_issues_count":5,"forks_count":43,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-01T19:07:42.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://honcheng.com","language":"Objective-C","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/honcheng.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":"2010-10-11T11:41:15.000Z","updated_at":"2024-12-18T11:57:36.000Z","dependencies_parsed_at":"2022-08-16T12:05:05.544Z","dependency_job_id":null,"html_url":"https://github.com/honcheng/PanelTableView","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/honcheng/PanelTableView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honcheng%2FPanelTableView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honcheng%2FPanelTableView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honcheng%2FPanelTableView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honcheng%2FPanelTableView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honcheng","download_url":"https://codeload.github.com/honcheng/PanelTableView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honcheng%2FPanelTableView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266531089,"owners_count":23944041,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-08-09T14:02:06.691Z","updated_at":"2025-07-22T16:31:32.768Z","avatar_url":"https://github.com/honcheng.png","language":"Objective-C","readme":"#PanelTableView for iOS\nCreates a UIViewController with multiple UITableView in a UIScrollView\n\n\u003cimg src=\"https://github.com/honcheng/PanelTableView/raw/master/blog-resources/plan.png\"/\u003e   \n\n\u003cimg src=\"http://www.honcheng.com/imagehost/i/img?id=aghob25jaGVuZ3IOCxIFSW1hZ2UYyuX9AQw\"/\u003e\n\nFeatures\n--------\n* recycle views efficiently\n* save/restore table offsets for different panels\n* delegate and datasource similar to that of UITableView\n* PanelIndexPath behaves like IndexPath, but with an additional parameter, page\n\nInstructions\n------------\n1) Drag required files to your XCode Project\n\n    PanelIndexPath.h \u0026 PanelIndexPath.m\n    PanelView.h \u0026 PanelView.m\n    PanelsViewController.h \u0026 PanelsViewController.m\n\t\n2) Create a UIViewController that subclasses PanelsViewController\n\n3) PanelsViewController contains a set of delegate/datasource methods that should be overridden in the subclass\n\nSpecifies the number of panels to create, similar to numberOfSectionsInTableView:\n\n    - (NSInteger)numberOfPanels\n\n\nSpecifies the number of rows in a particular page, at a particular section, similar to tableView:numberOfRowsInSection:\n\n    - (NSInteger)panelView:(PanelView *)panelView numberOfRowsInPage:(NSInteger)page section:(NSInteger)section\n\n\nSimilar to  tableView:cellForRowAtIndexPath:\n\n    - (UITableViewCell *)panelView:(PanelView *)panelView cellForRowAtIndexPath:(PanelIndexPath *)indexPath\n\n\nCreate the panel. to create custom panels, subclass PanelView\n\n    - (PanelView *)panelForPage:(NSInteger)page\n\n\n Similar to tableView:didSelectRowAtIndexPath:\n \n    - (void)panelView:(PanelView *)panelView didSelectRowAtIndexPath:(PanelIndexPath *)indexPath\n\n\nContact\n-------\n[honcheng.com](http://honcheng.com)  \n[@honcheng](http://twitter.com/honcheng)\n\n![](http://www.cocoacontrols.com/analytics/honcheng/paneltableview.png)\n\n","funding_links":[],"categories":["Objective-C","etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoncheng%2FPanelTableView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhoncheng%2FPanelTableView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhoncheng%2FPanelTableView/lists"}