MiniPlayer

It's simple way to play music in your application


License
MIT
Install
pod try MiniPlayer

Documentation

MiniPlayer

CI Status Version License Platform

How to use:

Just put UIView in your xib or storyboard and change class name on "MiniPlayer"

Set soundTrack property for using

Use @IBInspectable properties to customise (see example directory)

For rule programmatically use :

func play()
func pause()
func stop()

Follow MiniPlayerDelegate:

func didPlay(player: MiniPlayer)
func didStop(player: MiniPlayer)
func didPause(player: MiniPlayer)

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Swift 5.0; >=iOS10.3

Installation

MiniPlayer is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MiniPlayer'

Author

Vitaly Seroshatnov, v.s.seroshtanov@gmail.com

License

MiniPlayer is available under the MIT license. See the LICENSE file for more info.