{"id":19519023,"url":"https://github.com/bizz84/mvmediaslider","last_synced_at":"2025-04-26T07:31:02.454Z","repository":{"id":62447247,"uuid":"51166093","full_name":"bizz84/MVMediaSlider","owner":"bizz84","description":"Custom media slider inspired by the Overcast App","archived":false,"fork":false,"pushed_at":"2019-04-14T08:53:15.000Z","size":1145,"stargazers_count":18,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-26T06:02:29.471Z","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/bizz84.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":"2016-02-05T18:34:04.000Z","updated_at":"2022-05-29T16:16:52.000Z","dependencies_parsed_at":"2022-11-01T23:17:26.624Z","dependency_job_id":null,"html_url":"https://github.com/bizz84/MVMediaSlider","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/bizz84%2FMVMediaSlider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizz84%2FMVMediaSlider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizz84%2FMVMediaSlider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizz84%2FMVMediaSlider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bizz84","download_url":"https://codeload.github.com/bizz84/MVMediaSlider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250953293,"owners_count":21513292,"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-11-11T00:15:54.059Z","updated_at":"2025-04-26T07:31:02.178Z","avatar_url":"https://github.com/bizz84.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MVMediaSlider\nMVMediaSlider is a UIControl subclass inspired by the [Overcast App](https://itunes.apple.com/app/id888422857).\n\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat\n            )](http://mit-license.org)\n[![Platform](http://img.shields.io/badge/platform-ios%20%7C%20osx-lightgrey.svg?style=flat\n             )](https://developer.apple.com/resources/)\n[![Language](http://img.shields.io/badge/language-swift-orange.svg?style=flat\n             )](https://developer.apple.com/swift)\n[![Issues](https://img.shields.io/github/issues/bizz84/MVMediaSlider.svg?style=flat\n           )](https://github.com/bizz84/MVMediaSlider/issues)\n[![Cocoapod](http://img.shields.io/cocoapods/v/MVMediaSlider.svg?style=flat)](http://cocoadocs.org/docsets/MVMediaSlider/)\n\n## Preview\n\n\u003cimg src=\"https://github.com/bizz84/MVMediaSlider/raw/master/Screenshots/Demo.gif\" width=\"320\"\u003e\n\n\u003cbr/\u003e\n\n\u003cimg src=\"https://github.com/bizz84/MVMediaSlider/raw/master/Screenshots/MediaPlayer.png\" width=\"320\"\u003e\n\n## Installation\n\n\n### CocoaPods\n\nMVMediaSlider can be installed as a Cocoapod and builds as a Swift framework. To install, include this in your Podfile.\n\n```\nuse_frameworks!\n\npod 'MVMediaSlider'\n```\n\nRun `pod install`, then follow the steps below.\n\n### Carthage\n\nTo integrate MVMediaSlider into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your Cartfile:\n\n```ogdl\ngithub \"bizz84/MVMediaSlider\"\n```\n\n**NOTE**: Please ensure that you have the [latest](https://github.com/Carthage/Carthage/releases) Carthage installed.\n\n### Installation steps\n\n* Add a `UIView` to the desired view controller in IB, and set `MVMediaSlider` as the custom class name:\n\n\u003cimg src=\"https://github.com/bizz84/MVMediaSlider/raw/master/Screenshots/MVMediaSlider-Storyboard.png\"\u003e\n\n*  Add the auto layout constraints to the new view (recommended values are edge to edge and a height of 25pt).\n*  Hit `CMD+Option+4` to open the view attributes and set the desired properties:\n\n\u003cimg src=\"https://github.com/bizz84/MVMediaSlider/raw/master/Screenshots/MVMediaSlider-Designables.png\" width=\"259\"\u003e\n\n* ```import MVMediaSlider``` in your view controller to use MVMediaSlider as an `@IBOutlet`. \n* Build and run your app.\n\n\n## Sample Code\nThe project includes a demo app showing how to build a simple audio player using `MVMediaSlider` to change the playback position.\n\n**NOTE**: The demo app shows how to use size classes to create an adaptive layout that works both in portrait and landscape mode, without using any auto layout code.\n\n\n## Features\n* Register to `UIControlEvents.ValueChanged` to handle changes in the playback position (same target/selector method used by `UIControl`/`UISlider`).\n* `@IBDesignable` properties for easier configuration in Interface builder\n* Seamless integration in existing storyboards: Just drag a UIView, set the class type to `MVMediaSlider` and configure the presentation properties as needed.\n\n### Configurable properties\n\n\u003cimg src=\"https://github.com/bizz84/MVMediaSlider/raw/master/Screenshots/MVMediaSlider-Designables.png\" width=\"259\"\u003e\n\n* Elapsed View Color\n* Slider Color\n* Elapsed Text Color\n* Remaining Text Color\n* Elapsed View Color\n* Top Separator Color\n* Bottom Separator Color\n\n\n## License\n\nCopyright (c) 2016 Andrea Bizzotto bizz84@gmail.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbizz84%2Fmvmediaslider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbizz84%2Fmvmediaslider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbizz84%2Fmvmediaslider/lists"}