{"id":18463952,"url":"https://github.com/badchoice/gstableviewlib","last_synced_at":"2025-04-28T13:36:53.077Z","repository":{"id":27924178,"uuid":"31416436","full_name":"BadChoice/GSTableViewLib","owner":"BadChoice","description":"A sensible tableview open implementation","archived":false,"fork":false,"pushed_at":"2016-08-04T22:47:44.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T16:58:08.138Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BadChoice.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-02-27T11:29:40.000Z","updated_at":"2016-08-04T22:47:44.000Z","dependencies_parsed_at":"2022-08-20T06:40:08.528Z","dependency_job_id":null,"html_url":"https://github.com/BadChoice/GSTableViewLib","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BadChoice%2FGSTableViewLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BadChoice%2FGSTableViewLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BadChoice%2FGSTableViewLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BadChoice%2FGSTableViewLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BadChoice","download_url":"https://codeload.github.com/BadChoice/GSTableViewLib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251320618,"owners_count":21570607,"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-06T09:08:26.885Z","updated_at":"2025-04-28T13:36:53.046Z","avatar_url":"https://github.com/BadChoice.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GSTableViewLib\nAn easy and fast way to create UITableViewControllers with live models update\n\n\n##Insallation  \n\n####Using pods  \n```\npod 'GSTableViewLib', :git =\u003e 'https://github.com/BadChoice/GSTableViewLib.git'  \n```\n\n####Manual  \nDownload the source and copy the GSTableViewLib folder into your project  \n\n   \n     \n\n##Usage  \n\nJust extend ```GSTableViewController``` and only add the ```setup``` method\n\n```\n-(void)setup{\n\t[super setup];\n\n\tGSTableViewSection* firstSection  = [[GSTableViewSection alloc] init];\n\tfirstSection.header = @\"First section\";\n\n\t[firstSection addCell:[GSSwitchCell\tcellWithText:@\"Enabled\"\n\t\t\t\t\t\t\t\t\tandObject:self.sampleModel\n\t\t\t\t\t\t\t\t\tandKey:@\"enabled\"]];\n\n\n\tGSTableViewSection* secondSection = [[GSTableViewSection alloc] init];\n\tsecondSection.header = @\"Second section\";\n\n\t[secondSection addCell:[GSSelectCell cellWithText:@\"Select string\"\n\t\t\t\t\t\t\t\t\t\t\t\t\tandObject:self.sampleModel\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tandKey:@\"select\"\n\t\t\t\t\t\t\t\t\t\t\t\t\tandSelect:@[@\"Amazing\",@\"Great\",@\"Good\",@\"Normal\",@\"Poor\",@\"Shit\"]\n\t]];\n\n\t[self addSection:firstSection];\n    [self addSection:secondSection];\n}\n```\n   \nCheck the sample project for a more detailed example   \n   \n#####Available cell types:   \n\n```GSDateCell```   \n```GSLabelCell```   \n```GSNumberCell```   \n```GSFloatCell```   \n```GSTextFieldCell```   \n```GSSwitchCell```   \n```GSStepperCell```   \n```GSSegmentedCell```   \n```GSDateCell```   \n```GSDetailCell```   \n```GSSelectCell```    \n```GSButtonCell```      ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadchoice%2Fgstableviewlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadchoice%2Fgstableviewlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadchoice%2Fgstableviewlib/lists"}