{"id":17540499,"url":"https://github.com/fromkk/fkgridview","last_synced_at":"2025-03-29T04:41:15.563Z","repository":{"id":14708179,"uuid":"17428515","full_name":"fromkk/FKGridView","owner":"fromkk","description":"Simply grid layout expression for iOS.","archived":false,"fork":false,"pushed_at":"2014-03-05T08:34:22.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T14:27:48.440Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fromkk.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-03-05T05:01:33.000Z","updated_at":"2014-03-05T08:34:21.000Z","dependencies_parsed_at":"2022-09-23T22:42:15.500Z","dependency_job_id":null,"html_url":"https://github.com/fromkk/FKGridView","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/fromkk%2FFKGridView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fromkk%2FFKGridView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fromkk%2FFKGridView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fromkk%2FFKGridView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fromkk","download_url":"https://codeload.github.com/fromkk/FKGridView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140537,"owners_count":20729797,"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-10-20T22:24:03.155Z","updated_at":"2025-03-29T04:41:15.544Z","avatar_url":"https://github.com/fromkk.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"FKGridView\n==========\n\n簡単なグリッドレイアウトをObjective-Cで表現します。\n\n![ScreenShot](http://fromkk.me/wp-content/uploads/2014/03/2245debba0f64de3d1d5c2e4fc1714bf.png)\n\n## Sample code\n\u003e //initialize  \n\u003e self.gridView = [FKGridView new];  \n\u003e //set view frame  \n\u003e self.gridView.frame = self.view.bounds;  \n\u003e //set col counts  \n\u003e self.gridView.cols = 3;  \n\u003e //auto resize items.  \n\u003e self.gridView.autoresizeWidth = YES; \n\u003e //add subview  \n\u003e [self.view addSubview:self.gridView];  \n\u003e \n\u003e for (int i = 0; i \u003c 102; i++) {  \n\u003e     //create subview  \n\u003e     UIView *currentView = [[UIView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, (320.0f - 5.0f * 4.0f) / 3.0f, rand() % 10 * 10.0f)];  \n\u003e     //red background color  \n\u003e     currentView.backgroundColor = [UIColor redColor];  \n\u003e     //add item. if animated is NO then stop animation.  \n\u003e     [self.gridView addGridItemView:currentView animated:YES];  \n\u003e }  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffromkk%2Ffkgridview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffromkk%2Ffkgridview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffromkk%2Ffkgridview/lists"}