{"id":19688168,"url":"https://github.com/behrad-kzm/beklistkit","last_synced_at":"2026-03-09T10:02:21.864Z","repository":{"id":56902889,"uuid":"254306087","full_name":"behrad-kzm/BEKListKit","owner":"behrad-kzm","description":"BEKListKit contains both generics of UITableView and UICollectionView components and help you to create complex lists in just a minute.","archived":false,"fork":false,"pushed_at":"2020-04-11T16:48:38.000Z","size":15780,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-04T01:06:06.015Z","etag":null,"topics":["beklistkit","cocoapods","collection","generic","lists","mvvm","swift","tableview"],"latest_commit_sha":null,"homepage":null,"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/behrad-kzm.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":"2020-04-09T07:50:22.000Z","updated_at":"2022-04-13T17:50:32.000Z","dependencies_parsed_at":"2022-08-20T18:50:42.357Z","dependency_job_id":null,"html_url":"https://github.com/behrad-kzm/BEKListKit","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/behrad-kzm/BEKListKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behrad-kzm%2FBEKListKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behrad-kzm%2FBEKListKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behrad-kzm%2FBEKListKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behrad-kzm%2FBEKListKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/behrad-kzm","download_url":"https://codeload.github.com/behrad-kzm/BEKListKit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behrad-kzm%2FBEKListKit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30290924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["beklistkit","cocoapods","collection","generic","lists","mvvm","swift","tableview"],"created_at":"2024-11-11T18:37:10.536Z","updated_at":"2026-03-09T10:02:21.843Z","avatar_url":"https://github.com/behrad-kzm.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BEKListKit\n\n It doesn't need to implement the UITableViewDataSource or UIColletionViewDataSource inside your view class. It also compatible with XIB contain cells or the programmatically implemented cells.\n \n \n__-No need to Register Cell__\n\n__-No need Type check for each cell type (no more if / else)__\n\n__-No need to set reuseIdentifier (Automatically created from your class name)__\n\n__-No need to set or comfirm DataSource protocols__\n\n__-Enhanced for MVVM structures__\n\n__-No need to deal with CollectionFlowLayout__\n\n__-Both UITableView and UICollectionView supported__\n\n__-Cand initiate with XIB or programmatically__\n\n[![CI Status](https://img.shields.io/travis/behrad-kzm/BEKListKit.svg?style=flat)](https://travis-ci.org/behrad-kzm/BEKListKit)\n[![Version](https://img.shields.io/cocoapods/v/BEKListKit.svg?style=flat)](https://cocoapods.org/pods/BEKListKit)\n[![License](https://img.shields.io/cocoapods/l/BEKListKit.svg?style=flat)](https://cocoapods.org/pods/BEKListKit)\n[![Platform](https://img.shields.io/cocoapods/p/BEKListKit.svg?style=flat)](https://cocoapods.org/pods/BEKListKit)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\niOS 9.3+\nXcode 11\nSwift 5.0\n\n## Installation\n\nBEKListKit is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'BEKListKit'\n```\n \n## Demo\n\nThis is a tableView contains some collectionViews as tableCell.\nThe TableView made in 3 lines of code.\nand the CollectionView made in just 4 lines.\n\nDownload the project and check the example\n\n\u003cimg src=\"Example/BEKListKit/ExampleImage.png\" height=\"600\"\u003e\n\u003cimg src=\"https://github.com/behrad-kzm/BEKMultiCellTable/blob/master/Preview.gif\" height=\"600\"\u003e\n\n## Example\n\n__usage:__\n\n__Table Configuration:__\n\nSet BEKMultiCellTable to the table's class.\n\n```swift\n\n    @IBOutlet weak var tableView: BEKMultiCellTable!\n\n```\n\n__TableCell Configuration:__\nMake your custom cell confirms the BEKBindableCell protocol.\n\n```swift\n\n  extension MyCustomCell: BEKBindableCell {    \n    typealias ViewModeltype = NewContactViewModel\n    func bindData(withViewModel viewModel: NewContactViewModel) {\n        titleLabel.text = viewModel.nameText\n        profileImage.image = viewModel.profileImage\n        newProfileImage.image = viewModel.extraImage\n    }\n}\n\n```\n\n__Create and push BEKGenericCell:__\n\nCreate a BEKGenericCell with a UITableViewCell base Class and pass it's viewModel.\n```swift\n\n  tableView.push(cell: BEKGenericCell.Table\u003cMyCustomCell\u003e(viewModel: viewModel))\n\n```\n\nOr a BEKGenericCell with a UICollectionViewCell base Class and pass it's viewModel.\n```swift\n\n  tableView.push(cell: BEKGenericCell.Collection\u003cMyCustomCell\u003e(viewModel: viewModel))\n\n```\n\n__CollectionLayout Composer:__\n\nUse BEKCollectionLayoutComposer to set layout to your collectionView.\n\n```swift\n\n  collectionView.collectionViewLayout = BEKCollectionLayoutComposer.makeLayout(ForItemSize: bounds.size, scrollDirection: .horizontal)\n\n```\n\n\n## Installation\n```\n\n  pod 'BEKListKit'\n\n```\n\n\n## Author\nBehrad Kazemi, Behradkzm@gmail.com, bekapps.com\n\u003ca href=\"https://bekapps.com\"\u003e Visit Web Site \u003c/a\u003e\n## License\n\nBEKCurveTabbar is available under the MIT license. See the LICENSE file for more info.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehrad-kzm%2Fbeklistkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbehrad-kzm%2Fbeklistkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehrad-kzm%2Fbeklistkit/lists"}