{"id":2028,"url":"https://github.com/Ekhoo/Translucid","last_synced_at":"2025-08-02T23:31:35.261Z","repository":{"id":56924498,"uuid":"48218222","full_name":"Ekhoo/Translucid","owner":"Ekhoo","description":"Lightweight library to set an Image as text background. Written in swift.","archived":false,"fork":false,"pushed_at":"2017-10-24T06:37:20.000Z","size":8840,"stargazers_count":551,"open_issues_count":3,"forks_count":37,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-11-04T05:17:54.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","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/Ekhoo.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":"2015-12-18T06:20:46.000Z","updated_at":"2024-10-22T12:57:16.000Z","dependencies_parsed_at":"2022-08-20T22:50:25.947Z","dependency_job_id":null,"html_url":"https://github.com/Ekhoo/Translucid","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekhoo%2FTranslucid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekhoo%2FTranslucid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekhoo%2FTranslucid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ekhoo%2FTranslucid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ekhoo","download_url":"https://codeload.github.com/Ekhoo/Translucid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228061758,"owners_count":17863375,"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":[],"created_at":"2024-01-05T20:16:01.613Z","updated_at":"2024-12-06T17:30:33.975Z","avatar_url":"https://github.com/Ekhoo.png","language":"Swift","funding_links":[],"categories":["TextField","Libs","UI","Text","UI [🔝](#readme)"],"sub_categories":["UI","Layout","Other free courses","Other Testing","Keychain"],"readme":"![Translucid](https://github.com/Ekhoo/Translucid/blob/master/Source/Asset/translucid.png)\n\n[![Version](https://img.shields.io/cocoapods/v/Translucid.svg?style=flat)](http://cocoapods.org/pods/Translucid)\n[![License](https://img.shields.io/cocoapods/l/Translucid.svg?style=flat)](http://cocoapods.org/pods/Translucid)\n[![Platform](https://img.shields.io/cocoapods/p/Translucid.svg?style=flat)](http://cocoapods.org/pods/Translucid)\n![](https://img.shields.io/badge/Supported-iOS8-4BC51D.svg?style=flat-square)\n![](https://img.shields.io/badge/Swift 2-compatible-4BC51D.svg?style=flat-square)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-Compatible-brightgreen.svg?style=flat)](https://github.com/Carthage/Carthage)\n\nSimple and light weight UIView that animate text with an image.\n\n# Demo\n![Translucid](https://github.com/Ekhoo/Translucid/blob/master/Example/Resources/demo.gif)\n\n# Installation\n## CocoaPods\nTranslucid is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"Translucid\", '~\u003e 0.0.2'\n```\n\n## Carthage\n\n[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.\n\nYou can install Carthage with [Homebrew](http://brew.sh/) using the following command:\n\n```bash\n$ brew update\n$ brew install carthage\n```\n\nTo integrate Device into your Xcode project using Carthage, specify it in your `Cartfile`:\n\n```ogdl\ngithub \"Ekhoo/Translucid\" ~\u003e 0.0.2\n```\n\nRun `carthage update` to build the framework and drag the built `TranslucidFramework.framework` into your Xcode project.\n\n# Usage\n```swift\n    override func loadView() {\n        super.loadView()\n        \n        let starWars: Translucid = Translucid(frame: self.view.bounds)\n        starWars.font = UIFont(name: \"Starjedi\", size: 20)!\n        starWars.text = \"Star Wars\"\n        starWars.backgroundImage = UIImage(named: \"stars\")\n        \n        self.view.addSubview(starWars)\n        \n        starWars.animate()\n    }\n```\n\n# Author\nLucas Ortis:\n- me@lucas-ortis.com\n- [@LucasEkhoo](https://twitter.com/LucasEkhoo)\n- [Linkedin](https://fr.linkedin.com/in/lucasortis)\n\n# License\n\nTranslucid 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%2FEkhoo%2FTranslucid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEkhoo%2FTranslucid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEkhoo%2FTranslucid/lists"}