{"id":28574184,"url":"https://github.com/felixsfd/fdratingview","last_synced_at":"2025-06-10T21:20:38.751Z","repository":{"id":56910368,"uuid":"58569215","full_name":"FelixSFD/FDRatingView","owner":"FelixSFD","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-07T08:50:03.000Z","size":120,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-02T13:57:16.462Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FelixSFD.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-05-11T18:12:14.000Z","updated_at":"2017-02-20T09:15:06.000Z","dependencies_parsed_at":"2022-08-20T20:20:51.941Z","dependency_job_id":null,"html_url":"https://github.com/FelixSFD/FDRatingView","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixSFD%2FFDRatingView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixSFD%2FFDRatingView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixSFD%2FFDRatingView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixSFD%2FFDRatingView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FelixSFD","download_url":"https://codeload.github.com/FelixSFD/FDRatingView/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixSFD%2FFDRatingView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259152958,"owners_count":22813250,"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":"2025-06-10T21:20:34.321Z","updated_at":"2025-06-10T21:20:38.617Z","avatar_url":"https://github.com/FelixSFD.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FDRatingView\n\n## Requirements\n`FDRatingView` requires Swift 3.0 and Xcode 8.\n\n## Installation\n### CocoaPods\nUse `pod 'FDRatingView'` or `pod 'FDRatingView', :git =\u003e 'https://github.com/FelixSFD/FDRatingView.git'` to install this pod.\n### Manual Installation\nCopy the content of the folder `FDRatingView` (except `info.plist`!) to your project.\n\n## Usage\nTo use `FDRatingView`, you have to import the module:\n\n`import FDRatingView`\n\nThen initialize the Object with one of the available initializers and add the view as subview to an `UIView`.\n\n### Example 1\n\n![Screenshot 5 Stars](http://i.imgur.com/WlxcJty.png \"Screenshot 5 Stars\")\n\n```swift\nlet ratingView = FDRatingView(frame: CGRect(32, 32, 16, 16), style: .star, numberOfStars: 5, fillValue: 2.33, color: .red, lineWidth:0.7, spacing:3.0)\nview.addSubview(ratingView)\n```\n\n### Example 2\n\n![Screenshot 3 Stars](http://i.imgur.com/cNZmnl3.png \"Screenshot 3 Stars\")\n\n```swift\nlet ratingView = FDRatingView(frame: CGRect(32, 32, 16, 16), style: .star, numberOfStars: 3, fillValue: 3, color: .black)\nview.addSubview(ratingView)\n```\nUse `pod 'FDRatingView', :git =\u003e 'https://github.com/FelixSFD/FDRatingView.git'` to install this pod\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixsfd%2Ffdratingview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixsfd%2Ffdratingview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixsfd%2Ffdratingview/lists"}