{"id":22076487,"url":"https://github.com/codecademy/cclistview","last_synced_at":"2025-07-24T13:30:55.709Z","repository":{"id":18272373,"uuid":"21435125","full_name":"Codecademy/CCListView","owner":"Codecademy","description":"CCListView is a highly customizable sequential view container.","archived":false,"fork":false,"pushed_at":"2022-04-05T11:52:32.000Z","size":655,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-06-22T15:01:58.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/Codecademy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-02T18:13:29.000Z","updated_at":"2022-04-05T11:49:40.000Z","dependencies_parsed_at":"2022-08-21T01:50:52.662Z","dependency_job_id":null,"html_url":"https://github.com/Codecademy/CCListView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Codecademy/CCListView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codecademy%2FCCListView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codecademy%2FCCListView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codecademy%2FCCListView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codecademy%2FCCListView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codecademy","download_url":"https://codeload.github.com/Codecademy/CCListView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codecademy%2FCCListView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266850126,"owners_count":23995007,"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-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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-11-30T22:14:50.509Z","updated_at":"2025-07-24T13:30:55.380Z","avatar_url":"https://github.com/Codecademy.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"CCListView\n===\n\n[![Pod Version](http://img.shields.io/cocoapods/v/CCListView.svg?style=flat)](http://cocoadocs.org/docsets/CCListView/)\n[![Pod Platform](http://img.shields.io/cocoapods/p/CCListView.svg?style=flat)](http://cocoadocs.org/docsets/CCListView/)\n[![Pod License](http://img.shields.io/cocoapods/l/CCListView.svg?style=flat)](http://cocoadocs.org/docsets/CCListView/)\n[![Travis Build Status](http://img.shields.io/travis/Codecademy/CCListView.svg?style=flat)](https://travis-ci.org/Codecademy/CCListView)\n\n**CCListView** is a highly customizable sequential view container. It can be configured to:\n\n* optionally scroll contained content\n* arrange content horizontally or vertically\n\nYou can build **CCListViews** that contain **CCListViews** (that contain **CCListViews**...) and they even support scrolling views within scrolling views.\n\n![screenshot1](https://github.com/Codecademy/CCListView/blob/master/Screenshots/screenshot1.png?raw=true)\n\nInstallation\n---\n**CCListView** is available through **[cocoapods](http://cocoapods.org)**, to install simple add the following line to your `PodFile`:\n\n``` ruby\n  pod \"CCListView\"\n```\n\nAlternatively you can clone the **[github repo](https://github.com/Codecademy/CCListView)**.\n\nSetup\n---\nOnce you've installed the class:\n\n* Include the CCListView header\n\n``` objective-c\n    #import \u003cCCListView/CCListView.h\u003e\n```\n\n* From there you can either create your CCListView instance in Interface Builder (for now will default to vertical content and scrolling enabled) or in code by using:\n\n\n``` objective-c\n\tCCListView *listView = [ [CCListView alloc] initWithFrame:(CGRect)frame horizontal:(BOOL)horizontal scrolling:(BOOL)scrolling];\n```\n\nPassing `YES` into `horizontal` will result in content being arranged horizontally left to right, passing `NO` will result in content being arranged vertically from top to bottom.\n\nPassing `YES` into `scrolling` will enable scrolling within your list view, passing `NO` will disable scrolling.\n\n* From here you can add, insert, and remove content views as well as customize further behaviors of the list view. For now please check out the class interface declared in `CCListView.h` to learn what's available!\n\n\nContributing\n---\n**CCListView** is a simple utility class, as such the class interface has largely been built out of need. If you have any ideas, suggestions or bugs to report please [create an issue](https://github.com/Codecademy/CCListView/issues/new) labeled *feature* or *bug* (check to see if the issue exists first please!). Or suggest a pull request!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecademy%2Fcclistview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecademy%2Fcclistview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecademy%2Fcclistview/lists"}