{"id":18839775,"url":"https://github.com/maximbilan/ios-frequency-table","last_synced_at":"2026-04-28T21:32:28.586Z","repository":{"id":13539740,"uuid":"16231425","full_name":"maximbilan/iOS-Frequency-Table","owner":"maximbilan","description":"iOS Frequency Table","archived":false,"fork":false,"pushed_at":"2018-09-21T13:33:18.000Z","size":235,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T20:39:58.372Z","etag":null,"topics":["frequency-table","ios","ios-app","objective-c","ui","ui-components","uikit"],"latest_commit_sha":null,"homepage":"","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/maximbilan.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":"2014-01-25T13:26:46.000Z","updated_at":"2018-09-21T13:33:20.000Z","dependencies_parsed_at":"2022-09-04T07:00:44.894Z","dependency_job_id":null,"html_url":"https://github.com/maximbilan/iOS-Frequency-Table","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maximbilan/iOS-Frequency-Table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FiOS-Frequency-Table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FiOS-Frequency-Table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FiOS-Frequency-Table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FiOS-Frequency-Table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximbilan","download_url":"https://codeload.github.com/maximbilan/iOS-Frequency-Table/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FiOS-Frequency-Table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32400861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["frequency-table","ios","ios-app","objective-c","ui","ui-components","uikit"],"created_at":"2024-11-08T02:44:02.117Z","updated_at":"2026-04-28T21:32:28.563Z","avatar_url":"https://github.com/maximbilan.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"iOS Frequency Table\n===================\n\nA frequency simple table control.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n![alt tag](https://raw.github.com/maximbilan/ios_frequency_table/master/img/img1.png)\n## Installation\nAdd the next source files to your project:\u003cbr\u003e\n\u003cpre\u003e\n\u003ci\u003eFrequencyTable.h\nFrequencyTable.m\u003c/i\u003e\n\u003c/pre\u003e\n\n## Using\n\nYou can add view in the Interface Builder and set a class to \u003ci\u003eFrequencyTable\u003c/i\u003e or create in the code: \u003cbr\u003e\n\u003cpre\u003e\nFrequencyTable *frequencyTable = [[FrequencyTable alloc] initWithPositionWithX:0\n                                                                         withY:0\n                                                                  isWideScreen:YES];\n[self.view addSubview:frequencyTable];\n\u003c/pre\u003e\nFor adding table data, you can use the following code: \u003cbr\u003e\n\u003cpre\u003e\nNSMutableArray *array = [[NSMutableArray alloc] init];\n  \nfloat total = 0.0;\nfor (NSInteger i = 0; i \u0026#60; 50; ++i) {\n  FrequencyTableRecord *record = [[FrequencyTableRecord alloc] init];\n  record.name = [NSString stringWithFormat:@\"Item %d\", i];\n  record.value = RAND_FROM_TO(1, 500);\n  total += record.value;\n  [array addObject:record];\n}\n  \n[self.frequencyTable setData:array withTotal:total];\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximbilan%2Fios-frequency-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximbilan%2Fios-frequency-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximbilan%2Fios-frequency-table/lists"}