{"id":16283509,"url":"https://github.com/tezpark/teztagview","last_synced_at":"2025-09-16T04:15:54.701Z","repository":{"id":96005064,"uuid":"42428953","full_name":"tezpark/TezTagView","owner":"tezpark","description":"TezTagView will make tag buttons that automatically aligned on UIView.","archived":false,"fork":false,"pushed_at":"2017-05-08T01:51:49.000Z","size":125,"stargazers_count":26,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-08T06:43:10.058Z","etag":null,"topics":["ios","objc","objective-c","tagview","uiview"],"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/tezpark.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-09-14T05:28:24.000Z","updated_at":"2022-09-24T14:24:13.000Z","dependencies_parsed_at":"2023-03-29T00:18:31.241Z","dependency_job_id":null,"html_url":"https://github.com/tezpark/TezTagView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tezpark/TezTagView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tezpark%2FTezTagView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tezpark%2FTezTagView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tezpark%2FTezTagView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tezpark%2FTezTagView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tezpark","download_url":"https://codeload.github.com/tezpark/TezTagView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tezpark%2FTezTagView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275359852,"owners_count":25450659,"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","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ios","objc","objective-c","tagview","uiview"],"created_at":"2024-10-10T19:13:36.967Z","updated_at":"2025-09-16T04:15:54.661Z","avatar_url":"https://github.com/tezpark.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub platform](https://img.shields.io/badge/platform-ios-lightgrey.svg)]() \n[![GitHub language](https://img.shields.io/badge/language-objective--c-6BAEE4.svg)]()\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/tezpark/AlternateIconName-objC/master/LICENSE)\n\n# TezTagView\nTezTagView will make tag buttons that automatically aligned on UIView.\n\n\n* Simple custom tag buttons.\n* Easy modifing button UI and size.\n\n![ios simulator screen shot 2015 9 14 3 20 51](https://cloud.githubusercontent.com/assets/389004/9843376/76f38426-5af4-11e5-8a2f-a655492518bf.png)\n\n# Usage\n```objective-c\n    // String array for tag button.\n    NSArray* strArr = @[@\"test1\", @\"test2\", @\"blablablablabla\", @\"TezTagView\", @\"This tutorial is center align tags\"];\n    // Get tagView height\n    CGFloat tagViewHeight = [TezTagView getTotalHeightWithDefaultValuesAndWords:strArr];\n    // Make tagView\n    TezTagView* tagView = [[TezTagView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, tagViewHeight)\n                                                 tagStrings:strArr\n                                                  delegate:self];\n    // Align option -\u003e YES:Center / NO:Left\n    [tagView setAlignCenter:YES];\n    [tagView setBackgroundColor:[UIColor clearColor]];\n    [self.view addSubview:tagView];\n```\n```objective-c\n// TezTagView delegate\n- (void)responseOfClickTag:(NSInteger)index {\n    NSLog(@\"Button index - %lu\", index);\n}\n```\n\n\n# License\nThe MIT License (MIT)\n\nCopyright (c) 2015 Taesun Park\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftezpark%2Fteztagview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftezpark%2Fteztagview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftezpark%2Fteztagview/lists"}