{"id":25402275,"url":"https://github.com/raviseta/swiftui-text","last_synced_at":"2026-05-02T03:07:57.677Z","repository":{"id":165502191,"uuid":"596463049","full_name":"raviseta/swiftUI-Text","owner":"raviseta","description":"SwiftUI demo for Text Property.","archived":false,"fork":false,"pushed_at":"2023-02-02T08:45:56.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T12:59:24.989Z","etag":null,"topics":["swiftui","text"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raviseta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-02-02T08:33:54.000Z","updated_at":"2023-02-02T08:41:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"2f9bbaf8-8c92-4e23-a2ca-54a5d461677e","html_url":"https://github.com/raviseta/swiftUI-Text","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raviseta/swiftUI-Text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviseta%2FswiftUI-Text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviseta%2FswiftUI-Text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviseta%2FswiftUI-Text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviseta%2FswiftUI-Text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raviseta","download_url":"https://codeload.github.com/raviseta/swiftUI-Text/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviseta%2FswiftUI-Text/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["swiftui","text"],"created_at":"2025-02-16T01:33:41.060Z","updated_at":"2026-05-02T03:07:57.670Z","avatar_url":"https://github.com/raviseta.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftUI\nSimple SwiftUI project to demostrate Text properties.\n\n## Code\n\n```\nstruct ContentView: View {\n    var body: some View {\n        Text(\"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard.\")\n            .foregroundColor(.red)\n            .background(.yellow)\n            .fontWeight(.bold)\n            .font(.system(size: 35))\n            .multilineTextAlignment(.center)\n            .lineLimit(3)\n            .truncationMode(.head)\n            .lineSpacing(15)\n            .padding()\n    }\n}\n```\n\n### Output\n![Screenshot 2023-02-02 at 1 46 19 PM](https://user-images.githubusercontent.com/18464085/216274997-ec917c71-3be7-4b9c-9c7c-f335913ee774.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviseta%2Fswiftui-text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraviseta%2Fswiftui-text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviseta%2Fswiftui-text/lists"}