{"id":1519,"url":"https://github.com/tejas-ardeshna/TJProfileImage","last_synced_at":"2025-08-02T04:31:20.115Z","repository":{"id":56922872,"uuid":"90031309","full_name":"tejas-ardeshna/TJProfileImage","owner":"tejas-ardeshna","description":"Live rendering of UIImageView properties in Interface Builder","archived":false,"fork":false,"pushed_at":"2018-05-24T05:17:19.000Z","size":960,"stargazers_count":30,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-12T00:59:19.074Z","etag":null,"topics":["swift","swift-3","swift3","uiimageview","uiimageview-extension"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tejas-ardeshna.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-02T12:32:19.000Z","updated_at":"2024-11-19T00:55:23.000Z","dependencies_parsed_at":"2022-08-21T05:20:16.469Z","dependency_job_id":null,"html_url":"https://github.com/tejas-ardeshna/TJProfileImage","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tejas-ardeshna/TJProfileImage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejas-ardeshna%2FTJProfileImage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejas-ardeshna%2FTJProfileImage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejas-ardeshna%2FTJProfileImage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejas-ardeshna%2FTJProfileImage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejas-ardeshna","download_url":"https://codeload.github.com/tejas-ardeshna/TJProfileImage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejas-ardeshna%2FTJProfileImage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268334611,"owners_count":24233793,"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-02T02:00:12.353Z","response_time":74,"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":["swift","swift-3","swift3","uiimageview","uiimageview-extension"],"created_at":"2024-01-05T20:15:48.375Z","updated_at":"2025-08-02T04:31:19.839Z","avatar_url":"https://github.com/tejas-ardeshna.png","language":"Swift","funding_links":[],"categories":["Media"],"sub_categories":["Image","Other free courses"],"readme":"\n# TJProfileImage\nLive rendering of componet’s properties in Interface Builder\n\n[![Swift Version][swift-image]][swift-url]\n[![License][license-image]][license-url]\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/EZSwiftExtensions.svg)](https://img.shields.io/cocoapods/v/LFAlertController.svg)  \n[![Platform](https://img.shields.io/cocoapods/p/LFAlertController.svg?style=flat)](http://cocoapods.org/pods/LFAlertController)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n![Image](https://github.com/tejas-ardeshna/TJProfileImage/blob/master/Screen%20Shot.png)\n\n## Features\n - [x] Dashed border\n - [x] Solid border\n - [x] Round corner\n - [x] Circle image\n\n## Requirements\n\n- iOS 9.0+\n- Xcode 8.3\n\n## Installation\n\n#### CocoaPods\n\n[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:\n\n```bash\n$ gem install cocoapods\n```\n\n\n\nTo integrate TJProfileImage into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\nsource 'https://github.com/CocoaPods/Specs.git'\nplatform :ios, '10.0'\nuse_frameworks!\n\ntarget '\u003cYour Target Name\u003e' do\n    pod 'TJProfileImage'\nend\n```\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n#### Manually\n1. Download and drop ```TJProfileImage.swift``` in your project.  \n2. Congratulations!  \n\n## Implementation \n\nJust set class of your UIImageView to TJProfileImage and let the magic happen. \n\n```swift\nimport TJProfileImage\n@IBOutlet var imgView: TJProfileImage!\n\nimgView.dashedBorder  = true           // shows dashed border instead of plain\nimgView.isCircular    = true           // makes image view in round shape\nimgView.cornerRadious = 5              // you can set custom corner radious also. IF you set isCircular then it will neglate this corner radious\nimgView.borderColor   = UIColor.green  // border color\nimgView.borderWidth   = 2              // border width\n```\n## Contribute\n\nWe would love you for the contribution to **TJProfileImage**, check the ``LICENSE`` file for more info.\n\n## Meta\n\nTejas Ardeshna – [@tejas_ardeshna](https://twitter.com/tejas_ardeshna) – tejasardeshna@gmail.com\n\nDistributed under the MIT license. See ``LICENSE`` for more information.\n\n\n\n\n[swift-image]:https://img.shields.io/badge/swift-3.0-orange.svg\n[swift-url]: https://swift.org/\n[license-image]: https://img.shields.io/badge/License-MIT-blue.svg\n[license-url]: https://github.com/tejas-ardeshna/TJProfileImage/blob/master/LICENSE.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejas-ardeshna%2FTJProfileImage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejas-ardeshna%2FTJProfileImage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejas-ardeshna%2FTJProfileImage/lists"}