{"id":18270756,"url":"https://github.com/onegray/UITableKit","last_synced_at":"2025-04-05T01:30:50.345Z","repository":{"id":145798291,"uuid":"3963470","full_name":"onegray/UITableKit","owner":"onegray","description":"iPhone UITableView wrapper ","archived":false,"fork":false,"pushed_at":"2013-09-17T21:41:07.000Z","size":468,"stargazers_count":56,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-05T11:53:09.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/onegray.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":"2012-04-08T09:28:37.000Z","updated_at":"2022-08-18T12:28:04.000Z","dependencies_parsed_at":"2023-04-23T05:22:42.440Z","dependency_job_id":null,"html_url":"https://github.com/onegray/UITableKit","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/onegray%2FUITableKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onegray%2FUITableKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onegray%2FUITableKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onegray%2FUITableKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onegray","download_url":"https://codeload.github.com/onegray/UITableKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276043,"owners_count":20912286,"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-11-05T11:38:51.015Z","updated_at":"2025-04-05T01:30:49.652Z","avatar_url":"https://github.com/onegray.png","language":"Objective-C","readme":"TableKit\n============\niOS UITableView based library that allows easy to work with tables.\n\nFeatures\n------------\n* **Fast, memory efficient and nonredundant**  \n   *It gives same performance as standard UITableViewController and is not wasteful of resources.*\n\n* **Flexible object oriented architecture**  \n   *TableKit is a good base platform to implement your own extensions.*\n\n* **Hierarchical sections/cells model**  \n   *It allows to build table structure at one place with just few lines of code.*\n\n* **Powerful customization of existing code**  \n   *Before implementing custom cells, try to use attributes technique.*\n\n* **Xcode templates**  \n   *TableKit comes with Xcode templates used to generate class stubs.*\n\nSimple Usage\n--------------\n* **Define table structure**\n\n    TKStaticCell* staticCell = [TKStaticCell cellWithText:@\"Hello World!\"];  \n    TKTextFieldCell* textCell = [TKTextFieldCell cellWithText:@\"Editing Text\"];  \n    TKSection* section = [TKSection sectionWithCells:staticCell, textCell, nil];  \n    NSArray* sections = [NSArray arrayWithObjects:section, nil];  \n\n* **Customize cells by applying attributes**\n\n    staticCell.tableViewCell.accessoryType = UITableViewCellAccessoryCheckmark;  \n    textCell.textField.font = [UIFont systemFontOfSize:20];  \n    textCell.textField.textColor = [UIColor redColor];  \n\nAdvanced Usage\n--------------\n* **Add custom Theme to your project**  \n   *Using Xcode template you can do it just in few mouse clicks.*\n\n* **Customize Cells of your Theme**  \n   *Just add configuration code to generated class stubs.*\n\n* **Add new custom Cells to your Theme**  \n   *Use Xcode template to create cell classes and implement them as you like.*\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonegray%2FUITableKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonegray%2FUITableKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonegray%2FUITableKit/lists"}