Skip to content

seroshtanov/miniPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple little audio player component

Resources

License

Stars

Watchers

Forks

Packages

No packages published