{"id":18839763,"url":"https://github.com/maximbilan/ios-tag-list","last_synced_at":"2025-04-14T07:03:20.511Z","repository":{"id":13546795,"uuid":"16238722","full_name":"maximbilan/iOS-Tag-List","owner":"maximbilan","description":"iOS Tag List","archived":false,"fork":false,"pushed_at":"2018-09-21T13:22:00.000Z","size":163,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T20:44:26.253Z","etag":null,"topics":["ios","ios-app","list","objective-c","tag","ui","ui-components","ui-kit"],"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-25T20:01:02.000Z","updated_at":"2020-03-03T11:04:53.000Z","dependencies_parsed_at":"2022-08-30T04:31:27.350Z","dependency_job_id":null,"html_url":"https://github.com/maximbilan/iOS-Tag-List","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/maximbilan%2FiOS-Tag-List","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FiOS-Tag-List/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FiOS-Tag-List/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximbilan%2FiOS-Tag-List/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximbilan","download_url":"https://codeload.github.com/maximbilan/iOS-Tag-List/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837285,"owners_count":21169374,"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":["ios","ios-app","list","objective-c","tag","ui","ui-components","ui-kit"],"created_at":"2024-11-08T02:44:00.425Z","updated_at":"2025-04-14T07:03:20.467Z","avatar_url":"https://github.com/maximbilan.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"iOS Tag List\n============\n\nA simple iOS control, the list of tags.\u003cbr\u003e\u003cbr\u003e\n![alt tag](https://raw.github.com/maximbilan/ios_tag_list/master/img/img1.png)\n## Using:\nAdd to your project the next source files: \u003cbr\u003e\n\u003cpre\u003e\nTagList.h\nTagList.m\nTagView.h\nTagView.m\nUIColor+TagColors.h\nUIColor+TagColors.m\n\u003c/pre\u003e\nYou can add view in the \u003ci\u003eInterface builder\u003c/i\u003e and set class to \u003ci\u003eTagList\u003c/i\u003e or create in the code: \u003cbr\u003e\n\u003cpre\u003e\nTagList *tagList = [[TagList alloc] initWithX:50.0 withY:50.0];\n[self.view addSubview:tagList];\n\u003c/pre\u003e\nFor filling data in the tag list, you should create an array and set it into tag list. For example:\n\u003cpre\u003e\nNSArray *array = @[@\"tag 1\", @\"tag 2\", @\"tag 3\"];\n[self.tagList createTags:array];\n\u003c/pre\u003e\nBesides that, if you need to handle tap on the tag, you should set selectors. For example:\n\u003cpre\u003e\n[self.tagList setTouchTagSelector:@selector(touchTitleTag:)];\n[self.tagList setTouchBackgroundSelector:@selector(touchTagOnBackground)];\n\u003c/pre\u003e\n\n\u003ci\u003eTouchTagSelector\u003c/i\u003e - handle tap on the tag event\u003cbr\u003e\n\u003ci\u003eTouchBackgroundSelector\u003c/i\u003e - handle touches out of the tags event\n\nMore details you can find in the project sample.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximbilan%2Fios-tag-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximbilan%2Fios-tag-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximbilan%2Fios-tag-list/lists"}