{"id":30499107,"url":"https://github.com/keepworks/kwtextstylelabel","last_synced_at":"2025-10-08T19:09:35.458Z","repository":{"id":56917714,"uuid":"78635065","full_name":"keepworks/KWTextStyleLabel","owner":"keepworks","description":"Subclass of UILabel to modify character spacing and line spacing to your label","archived":false,"fork":false,"pushed_at":"2017-02-17T13:32:03.000Z","size":305,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-26T16:10:02.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/keepworks.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":"2017-01-11T12:03:32.000Z","updated_at":"2017-07-03T15:10:07.000Z","dependencies_parsed_at":"2022-08-20T21:20:32.320Z","dependency_job_id":null,"html_url":"https://github.com/keepworks/KWTextStyleLabel","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/keepworks/KWTextStyleLabel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keepworks%2FKWTextStyleLabel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keepworks%2FKWTextStyleLabel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keepworks%2FKWTextStyleLabel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keepworks%2FKWTextStyleLabel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keepworks","download_url":"https://codeload.github.com/keepworks/KWTextStyleLabel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keepworks%2FKWTextStyleLabel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000701,"owners_count":26082805,"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-10-08T02:00:06.501Z","response_time":56,"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":"2025-08-25T05:41:46.827Z","updated_at":"2025-10-08T19:09:35.412Z","avatar_url":"https://github.com/keepworks.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KWTextStyleLabel\n\n\u003cimg src=\"ScreenShots/screenshot.png\" width=\"187\" height=\"333\"\u003e\n\n[![Build Status](https://www.bitrise.io/app/7af1764622c959f9.svg?token=7AABrQmoi2QwsCO-5rj4ww)](https://www.bitrise.io/app/7af1764622c959f9)\n[![Version](https://img.shields.io/cocoapods/v/KWTextStyleLabel.svg?style=flat)](http://cocoapods.org/pods/KWTextStyleLabel)\n[![License](https://img.shields.io/cocoapods/l/KWTextStyleLabel.svg?style=flat)](http://cocoapods.org/pods/KWTextStyleLabel)\n[![Platform](https://img.shields.io/cocoapods/p/KWTextStyleLabel.svg?style=flat)](http://cocoapods.org/pods/KWTextStyleLabel)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nKWTextStyleLabel is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"KWTextStyleLabel\"\n```\n\n## How to use\n\n#### Add the class KWTextStyleLabel to label on storyboard\n\n![Adding KWTextStyleLabel](ScreenShots/addingKWTextStyleLabel.png)\n\n#### Modifying character spacing and line spacing using storyboard\n\n![Modify in storyboard](ScreenShots/modifyByStoryboard.png)\n\n#### Or modifying character spacing and line spacing programmatically\n\n```swift\nimport KWTextStyleLabel\n\n@IBOutlet weak var label: KWTextStyleLabel!\n\nlabel.characterSpacing = 3\nlabel.lineGap = 10\nlabel.text = \"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"\n```\n#### Can create label with KWTextStyleLabel initializer\n\n```swift\nlet label = KWTextStyleLabel(characterSpacing: 5, lineGap: 25, text: \"Lorem Ipsum\")\nlabel.frame = CGRect(x: 8, y: 0, width: 296, height: 122)\nview.addSubview(label)\n```\n\n#### KWTextStyleLabel initializer have 3 different optional parameters\n\n```swift\nKWTextStyleLabel()\nKWTextStyleLabel(characterSpacing: \u003cCGFloat\u003e)\nKWTextStyleLabel(lineGap: \u003cCGFloat\u003e)\nKWTextStyleLabel(text: \u003cString\u003e)\nKWTextStyleLabel(characterSpacing: \u003cCGFloat\u003e, lineGap: \u003cCGFloat\u003e)\nKWTextStyleLabel(lineGap: \u003cCGFloat\u003e, text: \u003cString\u003e)\nKWTextStyleLabel(characterSpacing: \u003cCGFloat\u003e, text: \u003cString\u003e)\n```\n\n## Author\n\nKeepWorks, ios@keepworks.com\n\n## Credits\n\nKWTextStyleLabel is owned and maintained by the [KeepWorks](http://www.keepworks.com/).\n\n[![N|Solid](http://www.keepworks.com/assets/logo-800bbf55fabb3427537cf669dc8cd018.png)](http://www.keepworks.com/)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/keepworks/KWTextStyleLabel.\n\n## License\n\nKWTextStyleLabel is available under the [MIT License](http://opensource.org/licenses/MIT). See the [License](https://github.com/keepworks/KWTextStyleLabel/blob/master/LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeepworks%2Fkwtextstylelabel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeepworks%2Fkwtextstylelabel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeepworks%2Fkwtextstylelabel/lists"}