{"id":19805618,"url":"https://github.com/remirobert/rrcoloraveragebanner","last_synced_at":"2025-08-31T20:14:09.954Z","repository":{"id":18137176,"uuid":"21220382","full_name":"remirobert/RRColorAverageBanner","owner":"remirobert","description":"Banner with color average of a UIImage, inside a UIImageView for display a title or something else.","archived":false,"fork":false,"pushed_at":"2014-07-28T20:56:04.000Z","size":10812,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-12T14:53:43.198Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remirobert.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-06-25T22:14:08.000Z","updated_at":"2015-10-02T14:02:07.000Z","dependencies_parsed_at":"2022-09-24T22:10:27.049Z","dependency_job_id":null,"html_url":"https://github.com/remirobert/RRColorAverageBanner","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/remirobert/RRColorAverageBanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FRRColorAverageBanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FRRColorAverageBanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FRRColorAverageBanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FRRColorAverageBanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remirobert","download_url":"https://codeload.github.com/remirobert/RRColorAverageBanner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FRRColorAverageBanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273032934,"owners_count":25034067,"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-08-31T02:00:09.071Z","response_time":79,"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":[],"created_at":"2024-11-12T09:04:41.249Z","updated_at":"2025-08-31T20:14:09.936Z","avatar_url":"https://github.com/remirobert.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"RRColorAverageBanner\n==================\n\n[![CI Status](http://img.shields.io/travis/remirobert/RRCustomPageController.svg?style=flat)](https://travis-ci.org/remirobert/RRColorAverageBanner)\n[![Version](https://img.shields.io/cocoapods/v/RRCustomPageController.svg?style=flat)](http://cocoadocs.org/docsets/RRColorAverageBanner)\n[![License](https://img.shields.io/cocoapods/l/RRCustomPageController.svg?style=flat)](http://cocoadocs.org/docsets/RRColorAverageBanner)\n[![Platform](https://img.shields.io/cocoapods/p/RRCustomPageController.svg?style=flat)](http://cocoadocs.org/docsets/RRColorAverageBanner)\n\nAllows you to add a banner to your images to display content or explanations. It goes very well with the image, since it uses the average of all pixels of the image color. \n\nThe banner is a UIView containing a UILabel, but can theoretically do what you want!\n\nOverview\n========\n\n![Alt text](https://raw.githubusercontent.com/remirobert/RRColorAverageBanner/master/projectTest/record2.gif \"Optional title\")\n\nUsage\n=====\n\n``` Objective-c\n- (void) displayPicture {\n    UIImageView *v1 = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@\"1\"]];\n    v1.frame = CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.width);\n\n    [v1 addBannerImage];\n    [v1 getBannerView].textBanner.text = @\"content text\";\n    \n    [self.view addSubView:v1];\n  }\n    \n```\n## Installation\n\nRRColorAverageBanner is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n    pod \"RRColorAverageBanner\"\n\n## Author\n\nremirobert, remi.robert@epitech.eu\n\n## License\n\nRRColorAverageBanner is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremirobert%2Frrcoloraveragebanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremirobert%2Frrcoloraveragebanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremirobert%2Frrcoloraveragebanner/lists"}