{"id":16618094,"url":"https://github.com/bigvaliant/kvoarray","last_synced_at":"2026-05-25T23:38:00.403Z","repository":{"id":73957047,"uuid":"124664772","full_name":"bigvaliant/KVOArray","owner":"bigvaliant","description":"a common kvo array","archived":false,"fork":false,"pushed_at":"2018-03-10T15:02:05.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T20:43:23.770Z","etag":null,"topics":["kvo","kvoblock","nsmutablearray","objective-c"],"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/bigvaliant.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-10T14:44:10.000Z","updated_at":"2018-06-20T01:18:42.000Z","dependencies_parsed_at":"2023-03-13T05:15:17.535Z","dependency_job_id":null,"html_url":"https://github.com/bigvaliant/KVOArray","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/bigvaliant%2FKVOArray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigvaliant%2FKVOArray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigvaliant%2FKVOArray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigvaliant%2FKVOArray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigvaliant","download_url":"https://codeload.github.com/bigvaliant/KVOArray/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242980823,"owners_count":20216285,"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":["kvo","kvoblock","nsmutablearray","objective-c"],"created_at":"2024-10-12T02:19:05.304Z","updated_at":"2025-12-12T07:40:35.618Z","avatar_url":"https://github.com/bigvaliant.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KVOArray\na common kvo array\n\n```\n//example code\n\nKVOArray *newArr1 = [[KVOArray alloc] initWithBlock:^(){\nNSLog(@\"my block1\");\n}];\nNSDictionary* dic = [NSDictionary dictionary];\n[newArr1 add:dic];\n[newArr1 remove:dic];\n\nNSMutableArray *newArr = [NSMutableArray array];\nKVOArray *newArr2 = [[KVOArray alloc] initWithArrayAndBlock:newArr KVOBlock:^(){\nNSLog(@\"my block2\");\n}];\n[newArr2 add:dic];\n[newArr2 remove:dic];\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigvaliant%2Fkvoarray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigvaliant%2Fkvoarray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigvaliant%2Fkvoarray/lists"}