{"id":18382714,"url":"https://github.com/ridvank/uiimageviewwithwords","last_synced_at":"2025-06-30T01:33:29.661Z","repository":{"id":56924945,"uuid":"51375553","full_name":"ridvank/UIImageViewWithWords","owner":"ridvank","description":"Create UIImageView with words in Swift","archived":false,"fork":false,"pushed_at":"2017-03-20T12:28:47.000Z","size":88,"stargazers_count":88,"open_issues_count":0,"forks_count":7,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-13T21:16:58.659Z","etag":null,"topics":["characters","cocoapods","swift","uiimageview","words"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ridvank.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":"2016-02-09T15:28:09.000Z","updated_at":"2024-01-29T11:15:16.000Z","dependencies_parsed_at":"2022-08-21T06:20:14.551Z","dependency_job_id":null,"html_url":"https://github.com/ridvank/UIImageViewWithWords","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ridvank/UIImageViewWithWords","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridvank%2FUIImageViewWithWords","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridvank%2FUIImageViewWithWords/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridvank%2FUIImageViewWithWords/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridvank%2FUIImageViewWithWords/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ridvank","download_url":"https://codeload.github.com/ridvank/UIImageViewWithWords/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ridvank%2FUIImageViewWithWords/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262693336,"owners_count":23349717,"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":["characters","cocoapods","swift","uiimageview","words"],"created_at":"2024-11-06T01:07:34.627Z","updated_at":"2025-06-30T01:33:29.595Z","avatar_url":"https://github.com/ridvank.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UIImageViewWithWords\n\n[![CI Status](http://img.shields.io/travis/Ridvan Kucuk/UIImageViewWithWords.svg?style=flat)](https://travis-ci.org/Ridvan Kucuk/UIImageViewWithWords)\n[![Version](https://img.shields.io/cocoapods/v/UIImageViewWithWords.svg?style=flat)](http://cocoapods.org/pods/UIImageViewWithWords)\n[![License](https://img.shields.io/cocoapods/l/UIImageViewWithWords.svg?style=flat)](http://cocoapods.org/pods/UIImageViewWithWords)\n[![Platform](https://img.shields.io/cocoapods/p/UIImageViewWithWords.svg?style=flat)](http://cocoapods.org/pods/UIImageViewWithWords)\n\n# UIImageViewWithWords\n\nUIImageView extension that helps you to create images with initial letters of words.\n\n\u003cp align=\"center\" imgContainer = \"left\"\u003e\n\u003cimg src =\"https://raw.githubusercontent.com/ridvank/UIImageViewWithWords/master/Example/UIImageViewWithWords/ScreenShot1.png\" width=\"30%\" height=\"30%\"/\u003e\n\u003cimg src =\"https://raw.githubusercontent.com/ridvank/UIImageViewWithWords/master/Example/UIImageViewWithWords/ScreenShot2.png\" width=\"30%\" height=\"30%\"/\u003e\n\u003c/p\u003e\n\n# Installation\n\n## From CocoaPods\n\nUIImageViewWithWords is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:\n\nFor Swift 3.x:\n```ruby\npod \"UIImageViewWithWords\"\n```\n\nFor Swift 2.3:\n```ruby\npod \"UIImageViewWithWords\", '~\u003e 0.2.2'\n```\n\nFor Swift 2.2:\n```ruby\npod \"UIImageViewWithWords\", '~\u003e 0.2.1'\n```\n\n# Usage\n\nUIImageViewWithWords is written in Swift and it gives you the ability to create images from word's initials.\n\nThis will add an image with initials to your UIImageView object with random background color with circular shaped.\n\n```swift\nimageView.image(with: \"Ridvan Kucuk\")\n```\n\nor if you want to add attributes to text, you can set attributes like this for Swift 3.x:\n```swift\nlet fontAttributes = [NSForegroundColorAttributeName : UIColor.blue,\n                                 NSFontAttributeName : UIFont.systemFont(ofSize: 40)]\nself.imageView.image(with: \"Ridvan Kucuk\", color: UIColor.orange, circular: true, fontAttributes: fontAttributes)\n```     \n\nfor Swift 2.x:\n```swift\nlet fontAttributes = [NSForegroundColorAttributeName : UIColor.blueColor(),\nNSFontAttributeName : UIFont.systemFontOfSize(40)\n]\nself.imageView.image(with: \"Ridvan Kucuk\", color: UIColor.orangeColor(), circular: true, fontAttributes: fontAttributes)\n```\n\n## Manually\n\nYou can just drag and drop UIImageView+Words.swift file into your project.\n\n## Author\n\nRidvan Kucuk, ridvankuccuk@gmail.com\n\n## License\n\nUIImageViewWithWords 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%2Fridvank%2Fuiimageviewwithwords","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fridvank%2Fuiimageviewwithwords","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fridvank%2Fuiimageviewwithwords/lists"}