{"id":15037548,"url":"https://github.com/fxwx23/volumizer","last_synced_at":"2025-07-05T17:37:33.558Z","repository":{"id":56926127,"uuid":"85562056","full_name":"fxwx23/Volumizer","owner":"fxwx23","description":"Volumizer replaces the default volume popup with a simple progress bar.","archived":false,"fork":false,"pushed_at":"2019-04-20T06:32:43.000Z","size":209,"stargazers_count":46,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T15:50:48.614Z","etag":null,"topics":["cocoapods","ios","mpvolumeview","swift","swift-library","swift3","swift4","volume-popup"],"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/fxwx23.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-03-20T10:08:54.000Z","updated_at":"2023-03-29T00:37:51.000Z","dependencies_parsed_at":"2022-08-21T04:20:47.300Z","dependency_job_id":null,"html_url":"https://github.com/fxwx23/Volumizer","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxwx23%2FVolumizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxwx23%2FVolumizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxwx23%2FVolumizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxwx23%2FVolumizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxwx23","download_url":"https://codeload.github.com/fxwx23/Volumizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248127069,"owners_count":21052165,"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":["cocoapods","ios","mpvolumeview","swift","swift-library","swift3","swift4","volume-popup"],"created_at":"2024-09-24T20:34:57.936Z","updated_at":"2025-04-09T23:24:02.164Z","avatar_url":"https://github.com/fxwx23.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Volumizer\n[![Platform](https://img.shields.io/cocoapods/p/Volumizer.svg?style=flat)](https://github.com/fxwx23/Volumizer)\n[![Language](https://img.shields.io/badge/language-swift-orange.svg?style=flat)](https://developer.apple.com/swift)\n[![Cocoapods Compatible](https://img.shields.io/cocoapods/v/Volumizer.svg)](https://cocoapods.org/pods/Volumizer)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/fxwx23/Volumizer/master/license)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md#pull-requests)\n\n**Volumizer** replaces the system volume popup with a simple progress bar.\n\nBefore | After(No Notch) | After (With Notch)\n--- | --- | ---\n![good](https://raw.githubusercontent.com/fxwx23/Volumizer/master/Screenshots/before.png) | ![good](https://raw.githubusercontent.com/fxwx23/Volumizer/master/Screenshots/after.png) | ![good](https://raw.githubusercontent.com/fxwx23/Volumizer/master/Screenshots/after_iphonex.png) \n\n### Features\n\n- Swift 5\n- Hide the system volume HUD typically displayed on volume button presses\n- Show a simple progress bar like Instagram's iOS app does\n- Support iPhoneX, XS, XS Max, XR\n- Well easy to customize appearance\n- Only support `portrait` mode\n\n## Installation\n\n##### [CocoaPods](https://cocoapods.org) \n```ruby\nplatform :ios, '10.0'\nuse_frameworks!\n\npod 'Volumizer'\n```\n##### [Carthage](https://github.com/Carthage/Carthage)\n```\ngithub \"fxwx23/Volumizer\"\n```\n\n##### Manually\nDrag the `Volumizer` folder into your project and link the `MediaPlayer` and `AVFoundation` frameworks to your project.\n\n\n## Usage\nUse of `Volumizer` is a simple way with one line. Just call `configure()` after set a window at least.\n\n```swift\nVolumizer.configure()\n```\n\nYou can customize the bar's appearance with `VolumizerAppearanceOption`.\n\n```swift\n/**\npublic enum VolumizerAppearanceOption {\n   case overlayIsTranslucent(Bool) default is `true`.\n   case overlayBackgroundBlurEffectStyle(UIBlurEffectStyle) default is `.extraLight`.\n   case overlayBackgroundColor(UIColor) default is `.white`.\n   case sliderProgressTintColor(UIColor) default is `.black`.\n   case sliderTrackTintColor(UIColor) default is `.lightGray.withAlphaComponent(0.5)`\n}\n*/\n\nlet options: [VolumizerAppearanceOption] = [ .overlayIsTranslucent(true),\n                                             .overlayBackgroundBlurEffect( .extraLight),\n                                             .overlayBackgroundColor( .white),\n                                             .sliderProgressTintColor( .black)]\n\nlet volumizer = Volumizer.configure(options)\n\n/// To change options based on view's current appearance, call `change(options:_)` .\nvolumizer.change(options: otherOptions)\n```\nIf you want to release `volumizer` 's window, please call `resign()`. Once you released, the system volume popup will be shown again.\n\n```swift\nvolumizer.resign()\n```\n\n## WIP\n- [ ] support `landscape` mode.\n- [ ] support [SPM]().\n- [ ] manage window level to be below `UIWindowLevelAlert` .\n- [ ] `Objective-C` compatible.\n\n## License\nThis project is under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffxwx23%2Fvolumizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffxwx23%2Fvolumizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffxwx23%2Fvolumizer/lists"}